Shades of Olive Drab #799718
Tints of Olive Drab #799718
RGB
CMYK
RGB Variations
Color information
#799718 (or 0x799718) is known color: Olive Drab. HEX triplet: 79, 97 and 18. RGB value is (121,151,24). Sum of RGB (Red+Green+Blue) = 121+151+24=296 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.88% from 296); Green value is 151 (59.38% from 255 or 51.01% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 151 - color contains mainly: green. Hex color #799718 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799718 is #8668E7. Grayscale: #808080. Windows color (decimal): -8808680 or 1611641. OLE color: 1611641.
HSL color Cylindrical-coordinate representation of color #799718: hue angle of 74.17º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #799718 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 121 | 151 | 24 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.41 |
| HSL | 74.17º | 0.73% | 0.34% | - |
| HSV(B) | 74.17º | 0.84% | 0.59% | - |
| XYZ | 19.12 | 26.26 | 4.93 | - |
| YUV | 127.55 | 69.56 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 151 | 24 | 0.20 | 0 | 0.84 | 0.41 | 74.17 | 0.73 | 0.34 |
| Hex | 79 | 97 | 18 | 14 | 0 | 54 | 29 | 4A | 49 | 22 |
| Octal | 171 | 227 | 30 | 24 | 0 | 124 | 51 | 112 | 111 | 42 |
| Binary | 1111001 | 10010111 | 11000 | 10100 | 0 | 1010100 | 101001 | 1001010 | 1001001 | 100010 |
Color Harmonies of #799718
Complementary color
Monochromatic Colors of #799718
Black with #799718
Text Example
Text Example
White with #799718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799718; }
p { color: rgb(121,151,24); }
H1.HeaderClassName
{
color: #799718;
}
.AnyTagClassName
{
color: #799718;
}
</style>
background-color css
<style>
a { background-color: #799718; }
a { background-color: rgb(121,151,24); }
div.DivClassName
{
background-color: #799718;
}
.BgClassName
{
background-color: #799718;
}
</style>
border-color css
<style>
span { border-color: #799718; }
span { border-color: rgb(121,151,24); }
td.TdClassName
{
border-color: #799718;
}
.TagClassName
{
border-color: #799718;
}
</style>