Shades of Olive Drab #668811
Tints of Olive Drab #668811
RGB
CMYK
RGB Variations
Color information
#668811 (or 0x668811) is known color: Olive Drab. HEX triplet: 66, 88 and 11. RGB value is (102,136,17). Sum of RGB (Red+Green+Blue) = 102+136+17=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #668811 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668811 is #9977EE. Grayscale: #707070. Windows color (decimal): -10057711 or 1149030. OLE color: 1149030.
HSL color Cylindrical-coordinate representation of color #668811: hue angle of 77.14º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #668811 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 17 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.47 |
| HSL | 77.14º | 0.78% | 0.3% | - |
| HSV(B) | 77.14º | 0.88% | 0.53% | - |
| XYZ | 14.38 | 20.47 | 3.72 | - |
| YUV | 112.27 | 74.24 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 17 | 0.25 | 0 | 0.87 | 0.47 | 77.14 | 0.78 | 0.3 |
| Hex | 66 | 88 | 11 | 19 | 0 | 57 | 2F | 4D | 4E | 1E |
| Octal | 146 | 210 | 21 | 31 | 0 | 127 | 57 | 115 | 116 | 36 |
| Binary | 1100110 | 10001000 | 10001 | 11001 | 0 | 1010111 | 101111 | 1001101 | 1001110 | 11110 |
Color Harmonies of #668811
Complementary color
Monochromatic Colors of #668811
Black with #668811
Text Example
Text Example
White with #668811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668811; }
p { color: rgb(102,136,17); }
H1.HeaderClassName
{
color: #668811;
}
.AnyTagClassName
{
color: #668811;
}
</style>
background-color css
<style>
a { background-color: #668811; }
a { background-color: rgb(102,136,17); }
div.DivClassName
{
background-color: #668811;
}
.BgClassName
{
background-color: #668811;
}
</style>
border-color css
<style>
span { border-color: #668811; }
span { border-color: rgb(102,136,17); }
td.TdClassName
{
border-color: #668811;
}
.TagClassName
{
border-color: #668811;
}
</style>