#66810A

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

Shades of Olive Drab #66810A

Tints of Olive Drab #66810A

Color information

#66810A (or 0x66810A) is unknown color: approx Olive Drab. HEX triplet: 66, 81 and 0A. RGB value is (102,129,10). Sum of RGB (Red+Green+Blue) = 102+129+10=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 129 (50.78% from 255 or 53.53% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 129 - color contains mainly: green. Hex color #66810A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66810A is #997EF5. Grayscale: #6B6B6B. Windows color (decimal): -10059510 or 688486. OLE color: 688486.

HSL color Cylindrical-coordinate representation of color #66810A: hue angle of 73.61º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66810A is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB10212910-
CMYK0.2100.920.49
HSL73.61º85.61%27.25%-
HSV(B)73.61º92.25%50.59%-
XYZ13.3818.553.16-
YUV107.3673.05124.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 129 (50.78% from 255) = 53.53%
BLUE value IS 10 (4.30% from 255) = 4.15%
R=42.32%
G=53.53%
B=4.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102129100.2100.920.4973.6185.6127.25
Hex6681A1505C314a561b
Octal146201122501346111212633
Binary110011010000001101010101010111001100011001010101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66810A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66810A; }

 p { color: rgb(102,129,10); }

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

<style>
 a { background-color: #66810A; }

 a { background-color: rgb(102,129,10); }

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

<style>
 span { border-color: #66810A; }

 span { border-color: rgb(102,129,10); }

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