#66872C

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

Shades of Olive Drab #66872C

Tints of Olive Drab #66872C

Color information

#66872C (or 0x66872C) is unknown color: approx Olive Drab. HEX triplet: 66, 87 and 2C. RGB value is (102,135,44). Sum of RGB (Red+Green+Blue) = 102+135+44=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 135 (53.12% from 255 or 48.04% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 135 - color contains mainly: green. Hex color #66872C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66872C is #9978D3. Grayscale: #737373. Windows color (decimal): -10057940 or 2918246. OLE color: 2918246.

HSL color Cylindrical-coordinate representation of color #66872C: hue angle of 81.76º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #66872C is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB10213544-
CMYK0.2400.670.47
HSL81.76º50.84%35.1%-
HSV(B)81.76º67.41%52.94%-
XYZ14.620.335.54-
YUV114.7688.07118.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.30%
GREEN value IS 135 (53.12% from 255) = 48.04%
BLUE value IS 44 (17.58% from 255) = 15.66%
R=36.30%
G=48.04%
B=15.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102135440.2400.670.4781.7650.8435.1
Hex66872C180432F523323
Octal14620754300103571226343
Binary11001101000011110110011000010000111011111010010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66872C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66872C; }

 p { color: rgb(102,135,44); }

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

<style>
 a { background-color: #66872C; }

 a { background-color: rgb(102,135,44); }

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

<style>
 span { border-color: #66872C; }

 span { border-color: rgb(102,135,44); }

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