Shades of Olive Drab #669109
Tints of Olive Drab #669109
RGB
CMYK
RGB Variations
Color information
#669109 (or 0x669109) is known color: Olive Drab. HEX triplet: 66, 91 and 09. RGB value is (102,145,9). Sum of RGB (Red+Green+Blue) = 102+145+9=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 145 (57.03% from 255 or 56.64% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 145 - color contains mainly: green. Hex color #669109 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669109 is #996EF6. Grayscale: #757575. Windows color (decimal): -10055415 or 627046. OLE color: 627046.
HSL color Cylindrical-coordinate representation of color #669109: hue angle of 78.97º degrees, saturation: 0.88, 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 #669109 is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 145 | 9 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.43 |
| HSL | 78.97º | 0.88% | 0.3% | - |
| HSV(B) | 78.97º | 0.94% | 0.57% | - |
| XYZ | 15.65 | 23.1 | 3.89 | - |
| YUV | 116.64 | 67.25 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 9 | 0.30 | 0 | 0.94 | 0.43 | 78.97 | 0.88 | 0.3 |
| Hex | 66 | 91 | 9 | 1E | 0 | 5E | 2B | 4F | 58 | 1E |
| Octal | 146 | 221 | 11 | 36 | 0 | 136 | 53 | 117 | 130 | 36 |
| Binary | 1100110 | 10010001 | 1001 | 11110 | 0 | 1011110 | 101011 | 1001111 | 1011000 | 11110 |
Color Harmonies of #669109
Complementary color
Monochromatic Colors of #669109
Black with #669109
Text Example
Text Example
White with #669109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669109; }
p { color: rgb(102,145,9); }
H1.HeaderClassName
{
color: #669109;
}
.AnyTagClassName
{
color: #669109;
}
</style>
background-color css
<style>
a { background-color: #669109; }
a { background-color: rgb(102,145,9); }
div.DivClassName
{
background-color: #669109;
}
.BgClassName
{
background-color: #669109;
}
</style>
border-color css
<style>
span { border-color: #669109; }
span { border-color: rgb(102,145,9); }
td.TdClassName
{
border-color: #669109;
}
.TagClassName
{
border-color: #669109;
}
</style>