Shades of Olive Drab #659808
Tints of Olive Drab #659808
RGB
CMYK
RGB Variations
Color information
#659808 (or 0x659808) is known color: Olive Drab. HEX triplet: 65, 98 and 08. RGB value is (101,152,8). Sum of RGB (Red+Green+Blue) = 101+152+8=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 152 (59.77% from 255 or 58.24% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 152 - color contains mainly: green. Hex color #659808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659808 is #9A67F7. Grayscale: #787878. Windows color (decimal): -10119160 or 563301. OLE color: 563301.
HSL color Cylindrical-coordinate representation of color #659808: hue angle of 81.25º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #659808 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 152 | 8 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.40 |
| HSL | 81.25º | 0.9% | 0.31% | - |
| HSV(B) | 81.25º | 0.95% | 0.6% | - |
| XYZ | 16.64 | 25.24 | 4.22 | - |
| YUV | 120.34 | 64.6 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 152 | 8 | 0.34 | 0 | 0.95 | 0.40 | 81.25 | 0.9 | 0.31 |
| Hex | 65 | 98 | 8 | 22 | 0 | 5F | 28 | 51 | 5A | 1F |
| Octal | 145 | 230 | 10 | 42 | 0 | 137 | 50 | 121 | 132 | 37 |
| Binary | 1100101 | 10011000 | 1000 | 100010 | 0 | 1011111 | 101000 | 1010001 | 1011010 | 11111 |
Color Harmonies of #659808
Complementary color
Monochromatic Colors of #659808
Black with #659808
Text Example
Text Example
White with #659808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659808; }
p { color: rgb(101,152,8); }
H1.HeaderClassName
{
color: #659808;
}
.AnyTagClassName
{
color: #659808;
}
</style>
background-color css
<style>
a { background-color: #659808; }
a { background-color: rgb(101,152,8); }
div.DivClassName
{
background-color: #659808;
}
.BgClassName
{
background-color: #659808;
}
</style>
border-color css
<style>
span { border-color: #659808; }
span { border-color: rgb(101,152,8); }
td.TdClassName
{
border-color: #659808;
}
.TagClassName
{
border-color: #659808;
}
</style>