Shades of Olive Drab #799719
Tints of Olive Drab #799719
RGB
CMYK
RGB Variations
Color information
#799719 (or 0x799719) is known color: Olive Drab. HEX triplet: 79, 97 and 19. RGB value is (121,151,25). Sum of RGB (Red+Green+Blue) = 121+151+25=297 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.74% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #799719 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799719 is #8668E6. Grayscale: #808080. Windows color (decimal): -8808679 or 1677177. OLE color: 1677177.
HSL color Cylindrical-coordinate representation of color #799719: hue angle of 74.29º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #799719 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 121 | 151 | 25 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.41 |
| HSL | 74.29º | 0.72% | 0.35% | - |
| HSV(B) | 74.29º | 0.83% | 0.59% | - |
| XYZ | 19.13 | 26.27 | 4.98 | - |
| YUV | 127.67 | 70.06 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 151 | 25 | 0.20 | 0 | 0.83 | 0.41 | 74.29 | 0.72 | 0.35 |
| Hex | 79 | 97 | 19 | 14 | 0 | 53 | 29 | 4A | 48 | 23 |
| Octal | 171 | 227 | 31 | 24 | 0 | 123 | 51 | 112 | 110 | 43 |
| Binary | 1111001 | 10010111 | 11001 | 10100 | 0 | 1010011 | 101001 | 1001010 | 1001000 | 100011 |
Color Harmonies of #799719
Complementary color
Monochromatic Colors of #799719
Black with #799719
Text Example
Text Example
White with #799719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799719; }
p { color: rgb(121,151,25); }
H1.HeaderClassName
{
color: #799719;
}
.AnyTagClassName
{
color: #799719;
}
</style>
background-color css
<style>
a { background-color: #799719; }
a { background-color: rgb(121,151,25); }
div.DivClassName
{
background-color: #799719;
}
.BgClassName
{
background-color: #799719;
}
</style>
border-color css
<style>
span { border-color: #799719; }
span { border-color: rgb(121,151,25); }
td.TdClassName
{
border-color: #799719;
}
.TagClassName
{
border-color: #799719;
}
</style>