Shades of Olive Drab #66811C
Tints of Olive Drab #66811C
RGB
CMYK
RGB Variations
Color information
#66811C (or 0x66811C) is known color: Olive Drab. HEX triplet: 66, 81 and 1C. RGB value is (102,129,28). Sum of RGB (Red+Green+Blue) = 102+129+28=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 129 (50.78% from 255 or 49.81% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 129 - color contains mainly: green. Hex color #66811C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66811C is #997EE3. Grayscale: #6D6D6D. Windows color (decimal): -10059492 or 1868134. OLE color: 1868134.
HSL color Cylindrical-coordinate representation of color #66811C: hue angle of 76.04º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66811C is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 129 | 28 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.49 |
| HSL | 76.04º | 0.64% | 0.31% | - |
| HSV(B) | 76.04º | 0.78% | 0.51% | - |
| XYZ | 13.54 | 18.61 | 3.98 | - |
| YUV | 109.41 | 82.05 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 129 | 28 | 0.21 | 0 | 0.78 | 0.49 | 76.04 | 0.64 | 0.31 |
| Hex | 66 | 81 | 1C | 15 | 0 | 4E | 31 | 4C | 40 | 1F |
| Octal | 146 | 201 | 34 | 25 | 0 | 116 | 61 | 114 | 100 | 37 |
| Binary | 1100110 | 10000001 | 11100 | 10101 | 0 | 1001110 | 110001 | 1001100 | 1000000 | 11111 |
Color Harmonies of #66811C
Complementary color
Monochromatic Colors of #66811C
Black with #66811C
Text Example
Text Example
White with #66811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66811C; }
p { color: rgb(102,129,28); }
H1.HeaderClassName
{
color: #66811C;
}
.AnyTagClassName
{
color: #66811C;
}
</style>
background-color css
<style>
a { background-color: #66811C; }
a { background-color: rgb(102,129,28); }
div.DivClassName
{
background-color: #66811C;
}
.BgClassName
{
background-color: #66811C;
}
</style>
border-color css
<style>
span { border-color: #66811C; }
span { border-color: rgb(102,129,28); }
td.TdClassName
{
border-color: #66811C;
}
.TagClassName
{
border-color: #66811C;
}
</style>