Shades of Olive #797D05
Tints of Olive #797D05
RGB
CMYK
RGB Variations
Color information
#797D05 (or 0x797D05) is known color: Olive. HEX triplet: 79, 7D and 05. RGB value is (121,125,5). Sum of RGB (Red+Green+Blue) = 121+125+5=251 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.21% from 251); Green value is 125 (49.22% from 255 or 49.80% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 125 - color contains mainly: green. Hex color #797D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797D05 is #8682FA. Grayscale: #6E6E6E. Windows color (decimal): -8815355 or 359801. OLE color: 359801.
HSL color Cylindrical-coordinate representation of color #797D05: hue angle of 62º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #797D05 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 125 | 5 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.51 |
| HSL | 62º | 0.92% | 0.25% | - |
| HSV(B) | 62º | 0.96% | 0.49% | - |
| XYZ | 15.25 | 18.74 | 2.96 | - |
| YUV | 110.12 | 68.67 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 125 | 5 | 0.03 | 0 | 0.96 | 0.51 | 62 | 0.92 | 0.25 |
| Hex | 79 | 7D | 5 | 3 | 0 | 60 | 33 | 3E | 5C | 19 |
| Octal | 171 | 175 | 5 | 3 | 0 | 140 | 63 | 76 | 134 | 31 |
| Binary | 1111001 | 1111101 | 101 | 11 | 0 | 1100000 | 110011 | 111110 | 1011100 | 11001 |
Color Harmonies of #797D05
Complementary color
Monochromatic Colors of #797D05
Black with #797D05
Text Example
Text Example
White with #797D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797D05; }
p { color: rgb(121,125,5); }
H1.HeaderClassName
{
color: #797D05;
}
.AnyTagClassName
{
color: #797D05;
}
</style>
background-color css
<style>
a { background-color: #797D05; }
a { background-color: rgb(121,125,5); }
div.DivClassName
{
background-color: #797D05;
}
.BgClassName
{
background-color: #797D05;
}
</style>
border-color css
<style>
span { border-color: #797D05; }
span { border-color: rgb(121,125,5); }
td.TdClassName
{
border-color: #797D05;
}
.TagClassName
{
border-color: #797D05;
}
</style>