#66860C

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

Shades of Olive Drab #66860C

Tints of Olive Drab #66860C

Color information

#66860C (or 0x66860C) is unknown color: approx Olive Drab. HEX triplet: 66, 86 and 0C. RGB value is (102,134,12). Sum of RGB (Red+Green+Blue) = 102+134+12=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #66860C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66860C is #9979F3. Grayscale: #6E6E6E. Windows color (decimal): -10058228 or 820838. OLE color: 820838.

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

Color convert

RGB10213412-
CMYK0.2400.910.47
HSL75.74º83.56%28.63%-
HSV(B)75.74º91.04%52.55%-
XYZ14.0719.93.45-
YUV110.5272.4121.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.13%
GREEN value IS 134 (52.73% from 255) = 54.03%
BLUE value IS 12 (5.08% from 255) = 4.84%
R=41.13%
G=54.03%
B=4.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102134120.2400.910.4775.7483.5628.63
Hex6686C1805B2F4c541d
Octal146206143001335711412435
Binary110011010000110110011000010110111011111001100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66860C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,134,12); }

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

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

 a { background-color: rgb(102,134,12); }

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

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

 span { border-color: rgb(102,134,12); }

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