Shades of Olive Drab #799024
Tints of Olive Drab #799024
RGB
CMYK
RGB Variations
Color information
#799024 (or 0x799024) is known color: Olive Drab. HEX triplet: 79, 90 and 24. RGB value is (121,144,36). Sum of RGB (Red+Green+Blue) = 121+144+36=301 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.20% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #799024 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799024 is #866FDB. Grayscale: #7D7D7D. Windows color (decimal): -8810460 or 2396281. OLE color: 2396281.
HSL color Cylindrical-coordinate representation of color #799024: hue angle of 72.78º 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 #799024 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 144 | 36 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.44 |
| HSL | 72.78º | 0.6% | 0.35% | - |
| HSV(B) | 72.78º | 0.75% | 0.56% | - |
| XYZ | 18.18 | 24.14 | 5.37 | - |
| YUV | 124.81 | 77.88 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 144 | 36 | 0.16 | 0 | 0.75 | 0.44 | 72.78 | 0.6 | 0.35 |
| Hex | 79 | 90 | 24 | 10 | 0 | 4B | 2C | 49 | 3C | 23 |
| Octal | 171 | 220 | 44 | 20 | 0 | 113 | 54 | 111 | 74 | 43 |
| Binary | 1111001 | 10010000 | 100100 | 10000 | 0 | 1001011 | 101100 | 1001001 | 111100 | 100011 |
Color Harmonies of #799024
Complementary color
Monochromatic Colors of #799024
Black with #799024
Text Example
Text Example
White with #799024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799024; }
p { color: rgb(121,144,36); }
H1.HeaderClassName
{
color: #799024;
}
.AnyTagClassName
{
color: #799024;
}
</style>
background-color css
<style>
a { background-color: #799024; }
a { background-color: rgb(121,144,36); }
div.DivClassName
{
background-color: #799024;
}
.BgClassName
{
background-color: #799024;
}
</style>
border-color css
<style>
span { border-color: #799024; }
span { border-color: rgb(121,144,36); }
td.TdClassName
{
border-color: #799024;
}
.TagClassName
{
border-color: #799024;
}
</style>