Shades of Olive Drab #79940E
Tints of Olive Drab #79940E
RGB
CMYK
RGB Variations
Color information
#79940E (or 0x79940E) is known color: Olive Drab. HEX triplet: 79, 94 and 0E. RGB value is (121,148,14). Sum of RGB (Red+Green+Blue) = 121+148+14=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #79940E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79940E is #866BF1. Grayscale: #7D7D7D. Windows color (decimal): -8809458 or 955513. OLE color: 955513.
HSL color Cylindrical-coordinate representation of color #79940E: hue angle of 72.09º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #79940E is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 148 | 14 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.42 |
| HSL | 72.09º | 0.83% | 0.32% | - |
| HSV(B) | 72.09º | 0.91% | 0.58% | - |
| XYZ | 18.55 | 25.28 | 4.32 | - |
| YUV | 124.65 | 65.55 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 148 | 14 | 0.18 | 0 | 0.91 | 0.42 | 72.09 | 0.83 | 0.32 |
| Hex | 79 | 94 | E | 12 | 0 | 5B | 2A | 48 | 53 | 20 |
| Octal | 171 | 224 | 16 | 22 | 0 | 133 | 52 | 110 | 123 | 40 |
| Binary | 1111001 | 10010100 | 1110 | 10010 | 0 | 1011011 | 101010 | 1001000 | 1010011 | 100000 |
Color Harmonies of #79940E
Complementary color
Monochromatic Colors of #79940E
Black with #79940E
Text Example
Text Example
White with #79940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79940E; }
p { color: rgb(121,148,14); }
H1.HeaderClassName
{
color: #79940E;
}
.AnyTagClassName
{
color: #79940E;
}
</style>
background-color css
<style>
a { background-color: #79940E; }
a { background-color: rgb(121,148,14); }
div.DivClassName
{
background-color: #79940E;
}
.BgClassName
{
background-color: #79940E;
}
</style>
border-color css
<style>
span { border-color: #79940E; }
span { border-color: rgb(121,148,14); }
td.TdClassName
{
border-color: #79940E;
}
.TagClassName
{
border-color: #79940E;
}
</style>