Shades of Olive Drab #799122
Tints of Olive Drab #799122
RGB
CMYK
RGB Variations
Color information
#799122 (or 0x799122) is known color: Olive Drab. HEX triplet: 79, 91 and 22. RGB value is (121,145,34). Sum of RGB (Red+Green+Blue) = 121+145+34=300 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.33% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 34 (13.67% from 255 or 11.33% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #799122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799122 is #866EDD. Grayscale: #7D7D7D. Windows color (decimal): -8810206 or 2265465. OLE color: 2265465.
HSL color Cylindrical-coordinate representation of color #799122: hue angle of 72.97º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #799122 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 145 | 34 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.43 |
| HSL | 72.97º | 0.62% | 0.35% | - |
| HSV(B) | 72.97º | 0.77% | 0.57% | - |
| XYZ | 18.3 | 24.43 | 5.26 | - |
| YUV | 125.17 | 76.55 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 34 | 0.17 | 0 | 0.77 | 0.43 | 72.97 | 0.62 | 0.35 |
| Hex | 79 | 91 | 22 | 11 | 0 | 4D | 2B | 49 | 3E | 23 |
| Octal | 171 | 221 | 42 | 21 | 0 | 115 | 53 | 111 | 76 | 43 |
| Binary | 1111001 | 10010001 | 100010 | 10001 | 0 | 1001101 | 101011 | 1001001 | 111110 | 100011 |
Color Harmonies of #799122
Complementary color
Monochromatic Colors of #799122
Black with #799122
Text Example
Text Example
White with #799122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799122; }
p { color: rgb(121,145,34); }
H1.HeaderClassName
{
color: #799122;
}
.AnyTagClassName
{
color: #799122;
}
</style>
background-color css
<style>
a { background-color: #799122; }
a { background-color: rgb(121,145,34); }
div.DivClassName
{
background-color: #799122;
}
.BgClassName
{
background-color: #799122;
}
</style>
border-color css
<style>
span { border-color: #799122; }
span { border-color: rgb(121,145,34); }
td.TdClassName
{
border-color: #799122;
}
.TagClassName
{
border-color: #799122;
}
</style>