Shades of Olive Drab #618424
Tints of Olive Drab #618424
RGB
CMYK
RGB Variations
Color information
#618424 (or 0x618424) is known color: Olive Drab. HEX triplet: 61, 84 and 24. RGB value is (97,132,36). Sum of RGB (Red+Green+Blue) = 97+132+36=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #618424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618424 is #9E7BDB. Grayscale: #6E6E6E. Windows color (decimal): -10386396 or 2393185. OLE color: 2393185.
HSL color Cylindrical-coordinate representation of color #618424: hue angle of 81.87º 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 #618424 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 132 | 36 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.48 |
| HSL | 81.87º | 0.57% | 0.33% | - |
| HSV(B) | 81.87º | 0.73% | 0.52% | - |
| XYZ | 13.5 | 19.17 | 4.66 | - |
| YUV | 110.59 | 85.9 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 132 | 36 | 0.27 | 0 | 0.73 | 0.48 | 81.87 | 0.57 | 0.33 |
| Hex | 61 | 84 | 24 | 1B | 0 | 49 | 30 | 52 | 39 | 21 |
| Octal | 141 | 204 | 44 | 33 | 0 | 111 | 60 | 122 | 71 | 41 |
| Binary | 1100001 | 10000100 | 100100 | 11011 | 0 | 1001001 | 110000 | 1010010 | 111001 | 100001 |
Color Harmonies of #618424
Complementary color
Monochromatic Colors of #618424
Black with #618424
Text Example
Text Example
White with #618424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618424; }
p { color: rgb(97,132,36); }
H1.HeaderClassName
{
color: #618424;
}
.AnyTagClassName
{
color: #618424;
}
</style>
background-color css
<style>
a { background-color: #618424; }
a { background-color: rgb(97,132,36); }
div.DivClassName
{
background-color: #618424;
}
.BgClassName
{
background-color: #618424;
}
</style>
border-color css
<style>
span { border-color: #618424; }
span { border-color: rgb(97,132,36); }
td.TdClassName
{
border-color: #618424;
}
.TagClassName
{
border-color: #618424;
}
</style>