#65842E

Color #65842E Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #65842E

Tints of Olive Drab #65842E

Color information

#65842E (or 0x65842E) is unknown color: approx Olive Drab. HEX triplet: 65, 84 and 2E. RGB value is (101,132,46). Sum of RGB (Red+Green+Blue) = 101+132+46=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #65842E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65842E is #9A7BD1. Grayscale: #717171. Windows color (decimal): -10124242 or 3048549. OLE color: 3048549.

HSL color Cylindrical-coordinate representation of color #65842E: hue angle of 81.63º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65842E is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB10113246-
CMYK0.2300.650.48
HSL81.63º48.31%34.9%-
HSV(B)81.63º65.15%51.76%-
XYZ14.1119.475.6-
YUV112.9390.23119.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 36.20%
GREEN value IS 132 (51.95% from 255) = 47.31%
BLUE value IS 46 (18.36% from 255) = 16.49%
R=36.20%
G=47.31%
B=16.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101132460.2300.650.4881.6348.3134.9
Hex65842E1704130523023
Octal14520456270101601226043
Binary11001011000010010111010111010000011100001010010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65842E; }

 p { color: rgb(101,132,46); }

 H1.HeaderClassName
 {
   color: #65842E;
 }
 .AnyTagClassName
 {
   color: #65842E;
 }
</style>
background-color css

<style>
 a { background-color: #65842E; }

 a { background-color: rgb(101,132,46); }

 div.DivClassName
 {
   background-color: #65842E;
 }
 .BgClassName
 {
   background-color: #65842E;
 }
</style>
border-color css

<style>
 span { border-color: #65842E; }

 span { border-color: rgb(101,132,46); }

 td.TdClassName
 {
   border-color: #65842E;
 }
 .TagClassName
 {
   border-color: #65842E;
 }
</style>