Shades of Olive Drab #799224
Tints of Olive Drab #799224
RGB
CMYK
RGB Variations
Color information
#799224 (or 0x799224) is known color: Olive Drab. HEX triplet: 79, 92 and 24. RGB value is (121,146,36). Sum of RGB (Red+Green+Blue) = 121+146+36=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #799224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799224 is #866DDB. Grayscale: #7E7E7E. Windows color (decimal): -8809948 or 2396793. OLE color: 2396793.
HSL color Cylindrical-coordinate representation of color #799224: hue angle of 73.64º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #799224 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 146 | 36 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.43 |
| HSL | 73.64º | 0.6% | 0.36% | - |
| HSV(B) | 73.64º | 0.75% | 0.57% | - |
| XYZ | 18.48 | 24.75 | 5.47 | - |
| YUV | 125.99 | 77.22 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 146 | 36 | 0.17 | 0 | 0.75 | 0.43 | 73.64 | 0.6 | 0.36 |
| Hex | 79 | 92 | 24 | 11 | 0 | 4B | 2B | 4A | 3C | 24 |
| Octal | 171 | 222 | 44 | 21 | 0 | 113 | 53 | 112 | 74 | 44 |
| Binary | 1111001 | 10010010 | 100100 | 10001 | 0 | 1001011 | 101011 | 1001010 | 111100 | 100100 |
Color Harmonies of #799224
Complementary color
Monochromatic Colors of #799224
Black with #799224
Text Example
Text Example
White with #799224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799224; }
p { color: rgb(121,146,36); }
H1.HeaderClassName
{
color: #799224;
}
.AnyTagClassName
{
color: #799224;
}
</style>
background-color css
<style>
a { background-color: #799224; }
a { background-color: rgb(121,146,36); }
div.DivClassName
{
background-color: #799224;
}
.BgClassName
{
background-color: #799224;
}
</style>
border-color css
<style>
span { border-color: #799224; }
span { border-color: rgb(121,146,36); }
td.TdClassName
{
border-color: #799224;
}
.TagClassName
{
border-color: #799224;
}
</style>