Shades of Olive Drab #658F24
Tints of Olive Drab #658F24
RGB
CMYK
RGB Variations
Color information
#658F24 (or 0x658F24) is known color: Olive Drab. HEX triplet: 65, 8F and 24. RGB value is (101,143,36). Sum of RGB (Red+Green+Blue) = 101+143+36=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 143 (56.25% from 255 or 51.07% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 143 - color contains mainly: green. Hex color #658F24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658F24 is #9A70DB. Grayscale: #767676. Windows color (decimal): -10121436 or 2396005. OLE color: 2396005.
HSL color Cylindrical-coordinate representation of color #658F24: hue angle of 83.55º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #658F24 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 143 | 36 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.44 |
| HSL | 83.55º | 0.6% | 0.35% | - |
| HSV(B) | 83.55º | 0.75% | 0.56% | - |
| XYZ | 15.51 | 22.54 | 5.2 | - |
| YUV | 118.24 | 81.59 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 143 | 36 | 0.29 | 0 | 0.75 | 0.44 | 83.55 | 0.6 | 0.35 |
| Hex | 65 | 8F | 24 | 1D | 0 | 4B | 2C | 54 | 3C | 23 |
| Octal | 145 | 217 | 44 | 35 | 0 | 113 | 54 | 124 | 74 | 43 |
| Binary | 1100101 | 10001111 | 100100 | 11101 | 0 | 1001011 | 101100 | 1010100 | 111100 | 100011 |
Color Harmonies of #658F24
Complementary color
Monochromatic Colors of #658F24
Black with #658F24
Text Example
Text Example
White with #658F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658F24; }
p { color: rgb(101,143,36); }
H1.HeaderClassName
{
color: #658F24;
}
.AnyTagClassName
{
color: #658F24;
}
</style>
background-color css
<style>
a { background-color: #658F24; }
a { background-color: rgb(101,143,36); }
div.DivClassName
{
background-color: #658F24;
}
.BgClassName
{
background-color: #658F24;
}
</style>
border-color css
<style>
span { border-color: #658F24; }
span { border-color: rgb(101,143,36); }
td.TdClassName
{
border-color: #658F24;
}
.TagClassName
{
border-color: #658F24;
}
</style>