Shades of Olive Drab #779024
Tints of Olive Drab #779024
RGB
CMYK
RGB Variations
Color information
#779024 (or 0x779024) is known color: Olive Drab. HEX triplet: 77, 90 and 24. RGB value is (119,144,36). Sum of RGB (Red+Green+Blue) = 119+144+36=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #779024 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779024 is #886FDB. Grayscale: #7C7C7C. Windows color (decimal): -8941532 or 2396279. OLE color: 2396279.
HSL color Cylindrical-coordinate representation of color #779024: hue angle of 73.89º 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 #779024 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 144 | 36 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.44 |
| HSL | 73.89º | 0.6% | 0.35% | - |
| HSV(B) | 73.89º | 0.75% | 0.56% | - |
| XYZ | 17.9 | 24 | 5.36 | - |
| YUV | 124.21 | 78.22 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 36 | 0.17 | 0 | 0.75 | 0.44 | 73.89 | 0.6 | 0.35 |
| Hex | 77 | 90 | 24 | 11 | 0 | 4B | 2C | 4A | 3C | 23 |
| Octal | 167 | 220 | 44 | 21 | 0 | 113 | 54 | 112 | 74 | 43 |
| Binary | 1110111 | 10010000 | 100100 | 10001 | 0 | 1001011 | 101100 | 1001010 | 111100 | 100011 |
Color Harmonies of #779024
Complementary color
Monochromatic Colors of #779024
Black with #779024
Text Example
Text Example
White with #779024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779024; }
p { color: rgb(119,144,36); }
H1.HeaderClassName
{
color: #779024;
}
.AnyTagClassName
{
color: #779024;
}
</style>
background-color css
<style>
a { background-color: #779024; }
a { background-color: rgb(119,144,36); }
div.DivClassName
{
background-color: #779024;
}
.BgClassName
{
background-color: #779024;
}
</style>
border-color css
<style>
span { border-color: #779024; }
span { border-color: rgb(119,144,36); }
td.TdClassName
{
border-color: #779024;
}
.TagClassName
{
border-color: #779024;
}
</style>