Shades of Olive Drab #799419
Tints of Olive Drab #799419
RGB
CMYK
RGB Variations
Color information
#799419 (or 0x799419) is known color: Olive Drab. HEX triplet: 79, 94 and 19. RGB value is (121,148,25). Sum of RGB (Red+Green+Blue) = 121+148+25=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 148 (58.20% from 255 or 50.34% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 148 - color contains mainly: green. Hex color #799419 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799419 is #866BE6. Grayscale: #7E7E7E. Windows color (decimal): -8809447 or 1676409. OLE color: 1676409.
HSL color Cylindrical-coordinate representation of color #799419: hue angle of 73.17º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #799419 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 148 | 25 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.42 |
| HSL | 73.17º | 0.71% | 0.34% | - |
| HSV(B) | 73.17º | 0.83% | 0.58% | - |
| XYZ | 18.65 | 25.31 | 4.82 | - |
| YUV | 125.91 | 71.05 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 148 | 25 | 0.18 | 0 | 0.83 | 0.42 | 73.17 | 0.71 | 0.34 |
| Hex | 79 | 94 | 19 | 12 | 0 | 53 | 2A | 49 | 47 | 22 |
| Octal | 171 | 224 | 31 | 22 | 0 | 123 | 52 | 111 | 107 | 42 |
| Binary | 1111001 | 10010100 | 11001 | 10010 | 0 | 1010011 | 101010 | 1001001 | 1000111 | 100010 |
Color Harmonies of #799419
Complementary color
Monochromatic Colors of #799419
Black with #799419
Text Example
Text Example
White with #799419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799419; }
p { color: rgb(121,148,25); }
H1.HeaderClassName
{
color: #799419;
}
.AnyTagClassName
{
color: #799419;
}
</style>
background-color css
<style>
a { background-color: #799419; }
a { background-color: rgb(121,148,25); }
div.DivClassName
{
background-color: #799419;
}
.BgClassName
{
background-color: #799419;
}
</style>
border-color css
<style>
span { border-color: #799419; }
span { border-color: rgb(121,148,25); }
td.TdClassName
{
border-color: #799419;
}
.TagClassName
{
border-color: #799419;
}
</style>