Shades of Olive Drab #658808
Tints of Olive Drab #658808
RGB
CMYK
RGB Variations
Color information
#658808 (or 0x658808) is known color: Olive Drab. HEX triplet: 65, 88 and 08. RGB value is (101,136,8). Sum of RGB (Red+Green+Blue) = 101+136+8=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #658808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658808 is #9A77F7. Grayscale: #6F6F6F. Windows color (decimal): -10123256 or 559205. OLE color: 559205.
HSL color Cylindrical-coordinate representation of color #658808: hue angle of 76.41º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #658808 is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 136 | 8 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.47 |
| HSL | 76.41º | 0.89% | 0.28% | - |
| HSV(B) | 76.41º | 0.94% | 0.53% | - |
| XYZ | 14.21 | 20.39 | 3.42 | - |
| YUV | 110.94 | 69.9 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 136 | 8 | 0.26 | 0 | 0.94 | 0.47 | 76.41 | 0.89 | 0.28 |
| Hex | 65 | 88 | 8 | 1A | 0 | 5E | 2F | 4C | 59 | 1C |
| Octal | 145 | 210 | 10 | 32 | 0 | 136 | 57 | 114 | 131 | 34 |
| Binary | 1100101 | 10001000 | 1000 | 11010 | 0 | 1011110 | 101111 | 1001100 | 1011001 | 11100 |
Color Harmonies of #658808
Complementary color
Monochromatic Colors of #658808
Black with #658808
Text Example
Text Example
White with #658808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658808; }
p { color: rgb(101,136,8); }
H1.HeaderClassName
{
color: #658808;
}
.AnyTagClassName
{
color: #658808;
}
</style>
background-color css
<style>
a { background-color: #658808; }
a { background-color: rgb(101,136,8); }
div.DivClassName
{
background-color: #658808;
}
.BgClassName
{
background-color: #658808;
}
</style>
border-color css
<style>
span { border-color: #658808; }
span { border-color: rgb(101,136,8); }
td.TdClassName
{
border-color: #658808;
}
.TagClassName
{
border-color: #658808;
}
</style>