Shades of Olive Drab #658224
Tints of Olive Drab #658224
RGB
CMYK
RGB Variations
Color information
#658224 (or 0x658224) is known color: Olive Drab. HEX triplet: 65, 82 and 24. RGB value is (101,130,36). Sum of RGB (Red+Green+Blue) = 101+130+36=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #658224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658224 is #9A7DDB. Grayscale: #6E6E6E. Windows color (decimal): -10124764 or 2392677. OLE color: 2392677.
HSL color Cylindrical-coordinate representation of color #658224: hue angle of 78.51º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #658224 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 130 | 36 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.49 |
| HSL | 78.51º | 0.57% | 0.33% | - |
| HSV(B) | 78.51º | 0.72% | 0.51% | - |
| XYZ | 13.67 | 18.86 | 4.59 | - |
| YUV | 110.61 | 85.89 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 130 | 36 | 0.22 | 0 | 0.72 | 0.49 | 78.51 | 0.57 | 0.33 |
| Hex | 65 | 82 | 24 | 16 | 0 | 48 | 31 | 4F | 39 | 21 |
| Octal | 145 | 202 | 44 | 26 | 0 | 110 | 61 | 117 | 71 | 41 |
| Binary | 1100101 | 10000010 | 100100 | 10110 | 0 | 1001000 | 110001 | 1001111 | 111001 | 100001 |
Color Harmonies of #658224
Complementary color
Monochromatic Colors of #658224
Black with #658224
Text Example
Text Example
White with #658224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658224; }
p { color: rgb(101,130,36); }
H1.HeaderClassName
{
color: #658224;
}
.AnyTagClassName
{
color: #658224;
}
</style>
background-color css
<style>
a { background-color: #658224; }
a { background-color: rgb(101,130,36); }
div.DivClassName
{
background-color: #658224;
}
.BgClassName
{
background-color: #658224;
}
</style>
border-color css
<style>
span { border-color: #658224; }
span { border-color: rgb(101,130,36); }
td.TdClassName
{
border-color: #658224;
}
.TagClassName
{
border-color: #658224;
}
</style>