Shades of Olive Drab #719024
Tints of Olive Drab #719024
RGB
CMYK
RGB Variations
Color information
#719024 (or 0x719024) is known color: Olive Drab. HEX triplet: 71, 90 and 24. RGB value is (113,144,36). Sum of RGB (Red+Green+Blue) = 113+144+36=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #719024 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719024 is #8E6FDB. Grayscale: #7A7A7A. Windows color (decimal): -9334748 or 2396273. OLE color: 2396273.
HSL color Cylindrical-coordinate representation of color #719024: hue angle of 77.22º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #719024 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 144 | 36 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.44 |
| HSL | 77.22º | 0.6% | 0.35% | - |
| HSV(B) | 77.22º | 0.75% | 0.56% | - |
| XYZ | 17.1 | 23.58 | 5.32 | - |
| YUV | 122.42 | 79.23 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 144 | 36 | 0.22 | 0 | 0.75 | 0.44 | 77.22 | 0.6 | 0.35 |
| Hex | 71 | 90 | 24 | 16 | 0 | 4B | 2C | 4D | 3C | 23 |
| Octal | 161 | 220 | 44 | 26 | 0 | 113 | 54 | 115 | 74 | 43 |
| Binary | 1110001 | 10010000 | 100100 | 10110 | 0 | 1001011 | 101100 | 1001101 | 111100 | 100011 |
Color Harmonies of #719024
Complementary color
Monochromatic Colors of #719024
Black with #719024
Text Example
Text Example
White with #719024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719024; }
p { color: rgb(113,144,36); }
H1.HeaderClassName
{
color: #719024;
}
.AnyTagClassName
{
color: #719024;
}
</style>
background-color css
<style>
a { background-color: #719024; }
a { background-color: rgb(113,144,36); }
div.DivClassName
{
background-color: #719024;
}
.BgClassName
{
background-color: #719024;
}
</style>
border-color css
<style>
span { border-color: #719024; }
span { border-color: rgb(113,144,36); }
td.TdClassName
{
border-color: #719024;
}
.TagClassName
{
border-color: #719024;
}
</style>