Shades of Olive Drab #658824
Tints of Olive Drab #658824
RGB
CMYK
RGB Variations
Color information
#658824 (or 0x658824) is known color: Olive Drab. HEX triplet: 65, 88 and 24. RGB value is (101,136,36). Sum of RGB (Red+Green+Blue) = 101+136+36=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #658824 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658824 is #9A77DB. Grayscale: #727272. Windows color (decimal): -10123228 or 2394213. OLE color: 2394213.
HSL color Cylindrical-coordinate representation of color #658824: hue angle of 81º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #658824 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 136 | 36 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.47 |
| HSL | 81º | 0.58% | 0.34% | - |
| HSV(B) | 81º | 0.74% | 0.53% | - |
| XYZ | 14.49 | 20.5 | 4.86 | - |
| YUV | 114.14 | 83.9 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 136 | 36 | 0.26 | 0 | 0.74 | 0.47 | 81 | 0.58 | 0.34 |
| Hex | 65 | 88 | 24 | 1A | 0 | 4A | 2F | 51 | 3A | 22 |
| Octal | 145 | 210 | 44 | 32 | 0 | 112 | 57 | 121 | 72 | 42 |
| Binary | 1100101 | 10001000 | 100100 | 11010 | 0 | 1001010 | 101111 | 1010001 | 111010 | 100010 |
Color Harmonies of #658824
Complementary color
Monochromatic Colors of #658824
Black with #658824
Text Example
Text Example
White with #658824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658824; }
p { color: rgb(101,136,36); }
H1.HeaderClassName
{
color: #658824;
}
.AnyTagClassName
{
color: #658824;
}
</style>
background-color css
<style>
a { background-color: #658824; }
a { background-color: rgb(101,136,36); }
div.DivClassName
{
background-color: #658824;
}
.BgClassName
{
background-color: #658824;
}
</style>
border-color css
<style>
span { border-color: #658824; }
span { border-color: rgb(101,136,36); }
td.TdClassName
{
border-color: #658824;
}
.TagClassName
{
border-color: #658824;
}
</style>