Shades of Olive Drab #659809
Tints of Olive Drab #659809
RGB
CMYK
RGB Variations
Color information
#659809 (or 0x659809) is known color: Olive Drab. HEX triplet: 65, 98 and 09. RGB value is (101,152,9). Sum of RGB (Red+Green+Blue) = 101+152+9=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 152 (59.77% from 255 or 58.02% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 152 - color contains mainly: green. Hex color #659809 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659809 is #9A67F6. Grayscale: #787878. Windows color (decimal): -10119159 or 628837. OLE color: 628837.
HSL color Cylindrical-coordinate representation of color #659809: hue angle of 81.4º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #659809 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 152 | 9 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.40 |
| HSL | 81.4º | 0.89% | 0.32% | - |
| HSV(B) | 81.4º | 0.94% | 0.6% | - |
| XYZ | 16.64 | 25.24 | 4.25 | - |
| YUV | 120.45 | 65.1 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 152 | 9 | 0.34 | 0 | 0.94 | 0.40 | 81.4 | 0.89 | 0.32 |
| Hex | 65 | 98 | 9 | 22 | 0 | 5E | 28 | 51 | 59 | 20 |
| Octal | 145 | 230 | 11 | 42 | 0 | 136 | 50 | 121 | 131 | 40 |
| Binary | 1100101 | 10011000 | 1001 | 100010 | 0 | 1011110 | 101000 | 1010001 | 1011001 | 100000 |
Color Harmonies of #659809
Complementary color
Monochromatic Colors of #659809
Black with #659809
Text Example
Text Example
White with #659809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659809; }
p { color: rgb(101,152,9); }
H1.HeaderClassName
{
color: #659809;
}
.AnyTagClassName
{
color: #659809;
}
</style>
background-color css
<style>
a { background-color: #659809; }
a { background-color: rgb(101,152,9); }
div.DivClassName
{
background-color: #659809;
}
.BgClassName
{
background-color: #659809;
}
</style>
border-color css
<style>
span { border-color: #659809; }
span { border-color: rgb(101,152,9); }
td.TdClassName
{
border-color: #659809;
}
.TagClassName
{
border-color: #659809;
}
</style>