Shades of Olive Drab #669209
Tints of Olive Drab #669209
RGB
CMYK
RGB Variations
Color information
#669209 (or 0x669209) is known color: Olive Drab. HEX triplet: 66, 92 and 09. RGB value is (102,146,9). Sum of RGB (Red+Green+Blue) = 102+146+9=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 146 (57.42% from 255 or 56.81% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 146 - color contains mainly: green. Hex color #669209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669209 is #996DF6. Grayscale: #757575. Windows color (decimal): -10055159 or 627302. OLE color: 627302.
HSL color Cylindrical-coordinate representation of color #669209: hue angle of 79.27º 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 #669209 is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 9 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.43 |
| HSL | 79.27º | 0.88% | 0.3% | - |
| HSV(B) | 79.27º | 0.94% | 0.57% | - |
| XYZ | 15.81 | 23.4 | 3.94 | - |
| YUV | 117.23 | 66.92 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 9 | 0.30 | 0 | 0.94 | 0.43 | 79.27 | 0.88 | 0.3 |
| Hex | 66 | 92 | 9 | 1E | 0 | 5E | 2B | 4F | 58 | 1E |
| Octal | 146 | 222 | 11 | 36 | 0 | 136 | 53 | 117 | 130 | 36 |
| Binary | 1100110 | 10010010 | 1001 | 11110 | 0 | 1011110 | 101011 | 1001111 | 1011000 | 11110 |
Color Harmonies of #669209
Complementary color
Monochromatic Colors of #669209
Black with #669209
Text Example
Text Example
White with #669209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669209; }
p { color: rgb(102,146,9); }
H1.HeaderClassName
{
color: #669209;
}
.AnyTagClassName
{
color: #669209;
}
</style>
background-color css
<style>
a { background-color: #669209; }
a { background-color: rgb(102,146,9); }
div.DivClassName
{
background-color: #669209;
}
.BgClassName
{
background-color: #669209;
}
</style>
border-color css
<style>
span { border-color: #669209; }
span { border-color: rgb(102,146,9); }
td.TdClassName
{
border-color: #669209;
}
.TagClassName
{
border-color: #669209;
}
</style>