Shades of Olive Drab #658D24
Tints of Olive Drab #658D24
RGB
CMYK
RGB Variations
Color information
#658D24 (or 0x658D24) is known color: Olive Drab. HEX triplet: 65, 8D and 24. RGB value is (101,141,36). Sum of RGB (Red+Green+Blue) = 101+141+36=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 141 (55.47% from 255 or 50.72% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 141 - color contains mainly: green. Hex color #658D24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658D24 is #9A72DB. Grayscale: #757575. Windows color (decimal): -10121948 or 2395493. OLE color: 2395493.
HSL color Cylindrical-coordinate representation of color #658D24: hue angle of 82.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #658D24 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 141 | 36 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.45 |
| HSL | 82.86º | 0.59% | 0.35% | - |
| HSV(B) | 82.86º | 0.74% | 0.55% | - |
| XYZ | 15.21 | 21.94 | 5.1 | - |
| YUV | 117.07 | 82.25 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 141 | 36 | 0.28 | 0 | 0.74 | 0.45 | 82.86 | 0.59 | 0.35 |
| Hex | 65 | 8D | 24 | 1C | 0 | 4A | 2D | 53 | 3B | 23 |
| Octal | 145 | 215 | 44 | 34 | 0 | 112 | 55 | 123 | 73 | 43 |
| Binary | 1100101 | 10001101 | 100100 | 11100 | 0 | 1001010 | 101101 | 1010011 | 111011 | 100011 |
Color Harmonies of #658D24
Complementary color
Monochromatic Colors of #658D24
Black with #658D24
Text Example
Text Example
White with #658D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658D24; }
p { color: rgb(101,141,36); }
H1.HeaderClassName
{
color: #658D24;
}
.AnyTagClassName
{
color: #658D24;
}
</style>
background-color css
<style>
a { background-color: #658D24; }
a { background-color: rgb(101,141,36); }
div.DivClassName
{
background-color: #658D24;
}
.BgClassName
{
background-color: #658D24;
}
</style>
border-color css
<style>
span { border-color: #658D24; }
span { border-color: rgb(101,141,36); }
td.TdClassName
{
border-color: #658D24;
}
.TagClassName
{
border-color: #658D24;
}
</style>