Shades of Olive #79900D
Tints of Olive #79900D
RGB
CMYK
RGB Variations
Color information
#79900D (or 0x79900D) is known color: Olive. HEX triplet: 79, 90 and 0D. RGB value is (121,144,13). Sum of RGB (Red+Green+Blue) = 121+144+13=278 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.53% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #79900D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79900D is #866FF2. Grayscale: #7A7A7A. Windows color (decimal): -8810483 or 888953. OLE color: 888953.
HSL color Cylindrical-coordinate representation of color #79900D: hue angle of 70.53º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #79900D is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 144 | 13 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.44 |
| HSL | 70.53º | 0.83% | 0.31% | - |
| HSV(B) | 70.53º | 0.91% | 0.56% | - |
| XYZ | 17.93 | 24.04 | 4.08 | - |
| YUV | 122.19 | 66.38 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 144 | 13 | 0.16 | 0 | 0.91 | 0.44 | 70.53 | 0.83 | 0.31 |
| Hex | 79 | 90 | D | 10 | 0 | 5B | 2C | 47 | 53 | 1F |
| Octal | 171 | 220 | 15 | 20 | 0 | 133 | 54 | 107 | 123 | 37 |
| Binary | 1111001 | 10010000 | 1101 | 10000 | 0 | 1011011 | 101100 | 1000111 | 1010011 | 11111 |
Color Harmonies of #79900D
Complementary color
Monochromatic Colors of #79900D
Black with #79900D
Text Example
Text Example
White with #79900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79900D; }
p { color: rgb(121,144,13); }
H1.HeaderClassName
{
color: #79900D;
}
.AnyTagClassName
{
color: #79900D;
}
</style>
background-color css
<style>
a { background-color: #79900D; }
a { background-color: rgb(121,144,13); }
div.DivClassName
{
background-color: #79900D;
}
.BgClassName
{
background-color: #79900D;
}
</style>
border-color css
<style>
span { border-color: #79900D; }
span { border-color: rgb(121,144,13); }
td.TdClassName
{
border-color: #79900D;
}
.TagClassName
{
border-color: #79900D;
}
</style>