Shades of Olive Drab #659124
Tints of Olive Drab #659124
RGB
CMYK
RGB Variations
Color information
#659124 (or 0x659124) is known color: Olive Drab. HEX triplet: 65, 91 and 24. RGB value is (101,145,36). Sum of RGB (Red+Green+Blue) = 101+145+36=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #659124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659124 is #9A6EDB. Grayscale: #777777. Windows color (decimal): -10120924 or 2396517. OLE color: 2396517.
HSL color Cylindrical-coordinate representation of color #659124: hue angle of 84.22º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #659124 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 145 | 36 | - |
| CMYK | 0.30 | 0 | 0.75 | 0.43 |
| HSL | 84.22º | 0.6% | 0.35% | - |
| HSV(B) | 84.22º | 0.75% | 0.57% | - |
| XYZ | 15.81 | 23.14 | 5.3 | - |
| YUV | 119.42 | 80.92 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 36 | 0.30 | 0 | 0.75 | 0.43 | 84.22 | 0.6 | 0.35 |
| Hex | 65 | 91 | 24 | 1E | 0 | 4B | 2B | 54 | 3C | 23 |
| Octal | 145 | 221 | 44 | 36 | 0 | 113 | 53 | 124 | 74 | 43 |
| Binary | 1100101 | 10010001 | 100100 | 11110 | 0 | 1001011 | 101011 | 1010100 | 111100 | 100011 |
Color Harmonies of #659124
Complementary color
Monochromatic Colors of #659124
Black with #659124
Text Example
Text Example
White with #659124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659124; }
p { color: rgb(101,145,36); }
H1.HeaderClassName
{
color: #659124;
}
.AnyTagClassName
{
color: #659124;
}
</style>
background-color css
<style>
a { background-color: #659124; }
a { background-color: rgb(101,145,36); }
div.DivClassName
{
background-color: #659124;
}
.BgClassName
{
background-color: #659124;
}
</style>
border-color css
<style>
span { border-color: #659124; }
span { border-color: rgb(101,145,36); }
td.TdClassName
{
border-color: #659124;
}
.TagClassName
{
border-color: #659124;
}
</style>