#66810B

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

Shades of Olive Drab #66810B

Tints of Olive Drab #66810B

Color information

#66810B (or 0x66810B) is unknown color: approx Olive Drab. HEX triplet: 66, 81 and 0B. RGB value is (102,129,11). Sum of RGB (Red+Green+Blue) = 102+129+11=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 129 (50.78% from 255 or 53.31% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 129 - color contains mainly: green. Hex color #66810B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66810B is #997EF4. Grayscale: #6B6B6B. Windows color (decimal): -10059509 or 754022. OLE color: 754022.

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

Color convert

RGB10212911-
CMYK0.2100.910.49
HSL73.73º84.29%27.45%-
HSV(B)73.73º91.47%50.59%-
XYZ13.3918.553.19-
YUV107.4873.55124.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.15%
GREEN value IS 129 (50.78% from 255) = 53.31%
BLUE value IS 11 (4.69% from 255) = 4.55%
R=42.15%
G=53.31%
B=4.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102129110.2100.910.4973.7384.2927.45
Hex6681B1505B314a541b
Octal146201132501336111212433
Binary110011010000001101110101010110111100011001010101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66810B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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