Shades of Olive #797C00
Tints of Olive #797C00
RGB
CMYK
RGB Variations
Color information
#797C00 (or 0x797C00) is known color: Olive. HEX triplet: 79, 7C and 00. RGB value is (121,124,0). Sum of RGB (Red+Green+Blue) = 121+124+0=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #797C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797C00 is #8683FF. Grayscale: #6D6D6D. Windows color (decimal): -8815616 or 31865. OLE color: 31865.
HSL color Cylindrical-coordinate representation of color #797C00: hue angle of 61.45º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #797C00 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 124 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.51 |
| HSL | 61.45º | 1% | 0.24% | - |
| HSV(B) | 61.45º | 1% | 0.49% | - |
| XYZ | 15.09 | 18.48 | 2.77 | - |
| YUV | 108.97 | 66.51 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 124 | 0 | 0.02 | 0 | 1 | 0.51 | 61.45 | 1 | 0.24 |
| Hex | 79 | 7C | 0 | 2 | 0 | 64 | 33 | 3D | 64 | 18 |
| Octal | 171 | 174 | 0 | 2 | 0 | 144 | 63 | 75 | 144 | 30 |
| Binary | 1111001 | 1111100 | 0 | 10 | 0 | 1100100 | 110011 | 111101 | 1100100 | 11000 |
Color Harmonies of #797C00
Complementary color
Monochromatic Colors of #797C00
Black with #797C00
Text Example
Text Example
White with #797C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797C00; }
p { color: rgb(121,124,0); }
H1.HeaderClassName
{
color: #797C00;
}
.AnyTagClassName
{
color: #797C00;
}
</style>
background-color css
<style>
a { background-color: #797C00; }
a { background-color: rgb(121,124,0); }
div.DivClassName
{
background-color: #797C00;
}
.BgClassName
{
background-color: #797C00;
}
</style>
border-color css
<style>
span { border-color: #797C00; }
span { border-color: rgb(121,124,0); }
td.TdClassName
{
border-color: #797C00;
}
.TagClassName
{
border-color: #797C00;
}
</style>