Shades of Olive Drab #66811E
Tints of Olive Drab #66811E
RGB
CMYK
RGB Variations
Color information
#66811E (or 0x66811E) is known color: Olive Drab. HEX triplet: 66, 81 and 1E. RGB value is (102,129,30). Sum of RGB (Red+Green+Blue) = 102+129+30=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #66811E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66811E is #997EE1. Grayscale: #6E6E6E. Windows color (decimal): -10059490 or 1999206. OLE color: 1999206.
HSL color Cylindrical-coordinate representation of color #66811E: hue angle of 76.36º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66811E is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 129 | 30 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.49 |
| HSL | 76.36º | 0.62% | 0.31% | - |
| HSV(B) | 76.36º | 0.77% | 0.51% | - |
| XYZ | 13.56 | 18.62 | 4.11 | - |
| YUV | 109.64 | 83.05 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 129 | 30 | 0.21 | 0 | 0.77 | 0.49 | 76.36 | 0.62 | 0.31 |
| Hex | 66 | 81 | 1E | 15 | 0 | 4D | 31 | 4C | 3E | 1F |
| Octal | 146 | 201 | 36 | 25 | 0 | 115 | 61 | 114 | 76 | 37 |
| Binary | 1100110 | 10000001 | 11110 | 10101 | 0 | 1001101 | 110001 | 1001100 | 111110 | 11111 |
Color Harmonies of #66811E
Complementary color
Monochromatic Colors of #66811E
Black with #66811E
Text Example
Text Example
White with #66811E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66811E; }
p { color: rgb(102,129,30); }
H1.HeaderClassName
{
color: #66811E;
}
.AnyTagClassName
{
color: #66811E;
}
</style>
background-color css
<style>
a { background-color: #66811E; }
a { background-color: rgb(102,129,30); }
div.DivClassName
{
background-color: #66811E;
}
.BgClassName
{
background-color: #66811E;
}
</style>
border-color css
<style>
span { border-color: #66811E; }
span { border-color: rgb(102,129,30); }
td.TdClassName
{
border-color: #66811E;
}
.TagClassName
{
border-color: #66811E;
}
</style>