Shades of Olive Drab #669108
Tints of Olive Drab #669108
RGB
CMYK
RGB Variations
Color information
#669108 (or 0x669108) is known color: Olive Drab. HEX triplet: 66, 91 and 08. RGB value is (102,145,8). Sum of RGB (Red+Green+Blue) = 102+145+8=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 145 (57.03% from 255 or 56.86% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 145 - color contains mainly: green. Hex color #669108 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669108 is #996EF7. Grayscale: #757575. Windows color (decimal): -10055416 or 561510. OLE color: 561510.
HSL color Cylindrical-coordinate representation of color #669108: hue angle of 78.83º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #669108 is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 145 | 8 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.43 |
| HSL | 78.83º | 0.9% | 0.3% | - |
| HSV(B) | 78.83º | 0.94% | 0.57% | - |
| XYZ | 15.65 | 23.09 | 3.86 | - |
| YUV | 116.53 | 66.75 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 8 | 0.30 | 0 | 0.94 | 0.43 | 78.83 | 0.9 | 0.3 |
| Hex | 66 | 91 | 8 | 1E | 0 | 5E | 2B | 4F | 5A | 1E |
| Octal | 146 | 221 | 10 | 36 | 0 | 136 | 53 | 117 | 132 | 36 |
| Binary | 1100110 | 10010001 | 1000 | 11110 | 0 | 1011110 | 101011 | 1001111 | 1011010 | 11110 |
Color Harmonies of #669108
Complementary color
Monochromatic Colors of #669108
Black with #669108
Text Example
Text Example
White with #669108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669108; }
p { color: rgb(102,145,8); }
H1.HeaderClassName
{
color: #669108;
}
.AnyTagClassName
{
color: #669108;
}
</style>
background-color css
<style>
a { background-color: #669108; }
a { background-color: rgb(102,145,8); }
div.DivClassName
{
background-color: #669108;
}
.BgClassName
{
background-color: #669108;
}
</style>
border-color css
<style>
span { border-color: #669108; }
span { border-color: rgb(102,145,8); }
td.TdClassName
{
border-color: #669108;
}
.TagClassName
{
border-color: #669108;
}
</style>