Shades of Olive Drab #668806
Tints of Olive Drab #668806
RGB
CMYK
RGB Variations
Color information
#668806 (or 0x668806) is known color: Olive Drab. HEX triplet: 66, 88 and 06. RGB value is (102,136,6). Sum of RGB (Red+Green+Blue) = 102+136+6=244 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.80% from 244); Green value is 136 (53.52% from 255 or 55.74% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 136 - color contains mainly: green. Hex color #668806 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668806 is #9977F9. Grayscale: #6F6F6F. Windows color (decimal): -10057722 or 428134. OLE color: 428134.
HSL color Cylindrical-coordinate representation of color #668806: hue angle of 75.69º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #668806 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 6 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.47 |
| HSL | 75.69º | 0.92% | 0.28% | - |
| HSV(B) | 75.69º | 0.96% | 0.53% | - |
| XYZ | 14.32 | 20.45 | 3.36 | - |
| YUV | 111.01 | 68.74 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 6 | 0.25 | 0 | 0.96 | 0.47 | 75.69 | 0.92 | 0.28 |
| Hex | 66 | 88 | 6 | 19 | 0 | 60 | 2F | 4C | 5C | 1C |
| Octal | 146 | 210 | 6 | 31 | 0 | 140 | 57 | 114 | 134 | 34 |
| Binary | 1100110 | 10001000 | 110 | 11001 | 0 | 1100000 | 101111 | 1001100 | 1011100 | 11100 |
Color Harmonies of #668806
Complementary color
Monochromatic Colors of #668806
Black with #668806
Text Example
Text Example
White with #668806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668806; }
p { color: rgb(102,136,6); }
H1.HeaderClassName
{
color: #668806;
}
.AnyTagClassName
{
color: #668806;
}
</style>
background-color css
<style>
a { background-color: #668806; }
a { background-color: rgb(102,136,6); }
div.DivClassName
{
background-color: #668806;
}
.BgClassName
{
background-color: #668806;
}
</style>
border-color css
<style>
span { border-color: #668806; }
span { border-color: rgb(102,136,6); }
td.TdClassName
{
border-color: #668806;
}
.TagClassName
{
border-color: #668806;
}
</style>