Shades of Olive Drab #658424
Tints of Olive Drab #658424
RGB
CMYK
RGB Variations
Color information
#658424 (or 0x658424) is known color: Olive Drab. HEX triplet: 65, 84 and 24. RGB value is (101,132,36). Sum of RGB (Red+Green+Blue) = 101+132+36=269 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.55% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #658424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658424 is #9A7BDB. Grayscale: #707070. Windows color (decimal): -10124252 or 2393189. OLE color: 2393189.
HSL color Cylindrical-coordinate representation of color #658424: hue angle of 79.38º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #658424 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 132 | 36 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.48 |
| HSL | 79.38º | 0.57% | 0.33% | - |
| HSV(B) | 79.38º | 0.73% | 0.52% | - |
| XYZ | 13.94 | 19.4 | 4.68 | - |
| YUV | 111.79 | 85.23 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 36 | 0.23 | 0 | 0.73 | 0.48 | 79.38 | 0.57 | 0.33 |
| Hex | 65 | 84 | 24 | 17 | 0 | 49 | 30 | 4F | 39 | 21 |
| Octal | 145 | 204 | 44 | 27 | 0 | 111 | 60 | 117 | 71 | 41 |
| Binary | 1100101 | 10000100 | 100100 | 10111 | 0 | 1001001 | 110000 | 1001111 | 111001 | 100001 |
Color Harmonies of #658424
Complementary color
Monochromatic Colors of #658424
Black with #658424
Text Example
Text Example
White with #658424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658424; }
p { color: rgb(101,132,36); }
H1.HeaderClassName
{
color: #658424;
}
.AnyTagClassName
{
color: #658424;
}
</style>
background-color css
<style>
a { background-color: #658424; }
a { background-color: rgb(101,132,36); }
div.DivClassName
{
background-color: #658424;
}
.BgClassName
{
background-color: #658424;
}
</style>
border-color css
<style>
span { border-color: #658424; }
span { border-color: rgb(101,132,36); }
td.TdClassName
{
border-color: #658424;
}
.TagClassName
{
border-color: #658424;
}
</style>