Shades of Olive Drab #799121
Tints of Olive Drab #799121
RGB
CMYK
RGB Variations
Color information
#799121 (or 0x799121) is known color: Olive Drab. HEX triplet: 79, 91 and 21. RGB value is (121,145,33). Sum of RGB (Red+Green+Blue) = 121+145+33=299 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.47% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 145 - color contains mainly: green. Hex color #799121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799121 is #866EDE. Grayscale: #7D7D7D. Windows color (decimal): -8810207 or 2199929. OLE color: 2199929.
HSL color Cylindrical-coordinate representation of color #799121: hue angle of 72.86º degrees, saturation: 0.63, 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 #799121 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 145 | 33 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.43 |
| HSL | 72.86º | 0.63% | 0.35% | - |
| HSV(B) | 72.86º | 0.77% | 0.57% | - |
| XYZ | 18.29 | 24.43 | 5.19 | - |
| YUV | 125.06 | 76.05 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 33 | 0.17 | 0 | 0.77 | 0.43 | 72.86 | 0.63 | 0.35 |
| Hex | 79 | 91 | 21 | 11 | 0 | 4D | 2B | 49 | 3F | 23 |
| Octal | 171 | 221 | 41 | 21 | 0 | 115 | 53 | 111 | 77 | 43 |
| Binary | 1111001 | 10010001 | 100001 | 10001 | 0 | 1001101 | 101011 | 1001001 | 111111 | 100011 |
Color Harmonies of #799121
Complementary color
Monochromatic Colors of #799121
Black with #799121
Text Example
Text Example
White with #799121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799121; }
p { color: rgb(121,145,33); }
H1.HeaderClassName
{
color: #799121;
}
.AnyTagClassName
{
color: #799121;
}
</style>
background-color css
<style>
a { background-color: #799121; }
a { background-color: rgb(121,145,33); }
div.DivClassName
{
background-color: #799121;
}
.BgClassName
{
background-color: #799121;
}
</style>
border-color css
<style>
span { border-color: #799121; }
span { border-color: rgb(121,145,33); }
td.TdClassName
{
border-color: #799121;
}
.TagClassName
{
border-color: #799121;
}
</style>