Shades of Olive #797500
Tints of Olive #797500
RGB
CMYK
RGB Variations
Color information
#797500 (or 0x797500) is known color: Olive. HEX triplet: 79, 75 and 00. RGB value is (121,117,0). Sum of RGB (Red+Green+Blue) = 121+117+0=238 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.84% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 121 - color contains mainly: red. Hex color #797500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797500 is #868AFF. Grayscale: #696969. Windows color (decimal): -8817408 or 30073. OLE color: 30073.
HSL color Cylindrical-coordinate representation of color #797500: hue angle of 58.02º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #797500 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 117 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.53 |
| HSL | 58.02º | 1% | 0.24% | - |
| HSV(B) | 58.02º | 1% | 0.47% | - |
| XYZ | 14.25 | 16.79 | 2.49 | - |
| YUV | 104.86 | 68.83 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 117 | 0 | 0 | 0.03 | 1 | 0.53 | 58.02 | 1 | 0.24 |
| Hex | 79 | 75 | 0 | 0 | 3 | 64 | 35 | 3A | 64 | 18 |
| Octal | 171 | 165 | 0 | 0 | 3 | 144 | 65 | 72 | 144 | 30 |
| Binary | 1111001 | 1110101 | 0 | 0 | 11 | 1100100 | 110101 | 111010 | 1100100 | 11000 |
Color Harmonies of #797500
Complementary color
Monochromatic Colors of #797500
Black with #797500
Text Example
Text Example
White with #797500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797500; }
p { color: rgb(121,117,0); }
H1.HeaderClassName
{
color: #797500;
}
.AnyTagClassName
{
color: #797500;
}
</style>
background-color css
<style>
a { background-color: #797500; }
a { background-color: rgb(121,117,0); }
div.DivClassName
{
background-color: #797500;
}
.BgClassName
{
background-color: #797500;
}
</style>
border-color css
<style>
span { border-color: #797500; }
span { border-color: rgb(121,117,0); }
td.TdClassName
{
border-color: #797500;
}
.TagClassName
{
border-color: #797500;
}
</style>