Shades of Olive Drab #799517
Tints of Olive Drab #799517
RGB
CMYK
RGB Variations
Color information
#799517 (or 0x799517) is known color: Olive Drab. HEX triplet: 79, 95 and 17. RGB value is (121,149,23). Sum of RGB (Red+Green+Blue) = 121+149+23=293 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.30% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #799517 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799517 is #866AE8. Grayscale: #7E7E7E. Windows color (decimal): -8809193 or 1545593. OLE color: 1545593.
HSL color Cylindrical-coordinate representation of color #799517: hue angle of 73.33º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #799517 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 149 | 23 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.42 |
| HSL | 73.33º | 0.73% | 0.34% | - |
| HSV(B) | 73.33º | 0.85% | 0.58% | - |
| XYZ | 18.79 | 25.62 | 4.77 | - |
| YUV | 126.26 | 69.72 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 149 | 23 | 0.19 | 0 | 0.85 | 0.42 | 73.33 | 0.73 | 0.34 |
| Hex | 79 | 95 | 17 | 13 | 0 | 55 | 2A | 49 | 49 | 22 |
| Octal | 171 | 225 | 27 | 23 | 0 | 125 | 52 | 111 | 111 | 42 |
| Binary | 1111001 | 10010101 | 10111 | 10011 | 0 | 1010101 | 101010 | 1001001 | 1001001 | 100010 |
Color Harmonies of #799517
Complementary color
Monochromatic Colors of #799517
Black with #799517
Text Example
Text Example
White with #799517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799517; }
p { color: rgb(121,149,23); }
H1.HeaderClassName
{
color: #799517;
}
.AnyTagClassName
{
color: #799517;
}
</style>
background-color css
<style>
a { background-color: #799517; }
a { background-color: rgb(121,149,23); }
div.DivClassName
{
background-color: #799517;
}
.BgClassName
{
background-color: #799517;
}
</style>
border-color css
<style>
span { border-color: #799517; }
span { border-color: rgb(121,149,23); }
td.TdClassName
{
border-color: #799517;
}
.TagClassName
{
border-color: #799517;
}
</style>