Shades of Olive #797E08
Tints of Olive #797E08
RGB
CMYK
RGB Variations
Color information
#797E08 (or 0x797E08) is known color: Olive. HEX triplet: 79, 7E and 08. RGB value is (121,126,8). Sum of RGB (Red+Green+Blue) = 121+126+8=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 126 (49.61% from 255 or 49.41% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 126 - color contains mainly: green. Hex color #797E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797E08 is #8681F7. Grayscale: #6F6F6F. Windows color (decimal): -8815096 or 556665. OLE color: 556665.
HSL color Cylindrical-coordinate representation of color #797E08: hue angle of 62.54º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #797E08 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 126 | 8 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.51 |
| HSL | 62.54º | 0.88% | 0.26% | - |
| HSV(B) | 62.54º | 0.94% | 0.49% | - |
| XYZ | 15.39 | 19 | 3.09 | - |
| YUV | 111.05 | 69.84 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 126 | 8 | 0.04 | 0 | 0.94 | 0.51 | 62.54 | 0.88 | 0.26 |
| Hex | 79 | 7E | 8 | 4 | 0 | 5E | 33 | 3F | 58 | 1A |
| Octal | 171 | 176 | 10 | 4 | 0 | 136 | 63 | 77 | 130 | 32 |
| Binary | 1111001 | 1111110 | 1000 | 100 | 0 | 1011110 | 110011 | 111111 | 1011000 | 11010 |
Color Harmonies of #797E08
Complementary color
Monochromatic Colors of #797E08
Black with #797E08
Text Example
Text Example
White with #797E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797E08; }
p { color: rgb(121,126,8); }
H1.HeaderClassName
{
color: #797E08;
}
.AnyTagClassName
{
color: #797E08;
}
</style>
background-color css
<style>
a { background-color: #797E08; }
a { background-color: rgb(121,126,8); }
div.DivClassName
{
background-color: #797E08;
}
.BgClassName
{
background-color: #797E08;
}
</style>
border-color css
<style>
span { border-color: #797E08; }
span { border-color: rgb(121,126,8); }
td.TdClassName
{
border-color: #797E08;
}
.TagClassName
{
border-color: #797E08;
}
</style>