Shades of Olive Drab #668810
Tints of Olive Drab #668810
RGB
CMYK
RGB Variations
Color information
#668810 (or 0x668810) is known color: Olive Drab. HEX triplet: 66, 88 and 10. RGB value is (102,136,16). Sum of RGB (Red+Green+Blue) = 102+136+16=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 136 (53.52% from 255 or 53.54% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 136 - color contains mainly: green. Hex color #668810 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668810 is #9977EF. Grayscale: #707070. Windows color (decimal): -10057712 or 1083494. OLE color: 1083494.
HSL color Cylindrical-coordinate representation of color #668810: hue angle of 77º degrees, saturation: 0.79, 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 #668810 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 16 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.47 |
| HSL | 77º | 0.79% | 0.3% | - |
| HSV(B) | 77º | 0.88% | 0.53% | - |
| XYZ | 14.38 | 20.47 | 3.68 | - |
| YUV | 112.15 | 73.74 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 16 | 0.25 | 0 | 0.88 | 0.47 | 77 | 0.79 | 0.3 |
| Hex | 66 | 88 | 10 | 19 | 0 | 58 | 2F | 4D | 4F | 1E |
| Octal | 146 | 210 | 20 | 31 | 0 | 130 | 57 | 115 | 117 | 36 |
| Binary | 1100110 | 10001000 | 10000 | 11001 | 0 | 1011000 | 101111 | 1001101 | 1001111 | 11110 |
Color Harmonies of #668810
Complementary color
Monochromatic Colors of #668810
Black with #668810
Text Example
Text Example
White with #668810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668810; }
p { color: rgb(102,136,16); }
H1.HeaderClassName
{
color: #668810;
}
.AnyTagClassName
{
color: #668810;
}
</style>
background-color css
<style>
a { background-color: #668810; }
a { background-color: rgb(102,136,16); }
div.DivClassName
{
background-color: #668810;
}
.BgClassName
{
background-color: #668810;
}
</style>
border-color css
<style>
span { border-color: #668810; }
span { border-color: rgb(102,136,16); }
td.TdClassName
{
border-color: #668810;
}
.TagClassName
{
border-color: #668810;
}
</style>