Shades of Olive #797505
Tints of Olive #797505
RGB
CMYK
RGB Variations
Color information
#797505 (or 0x797505) is known color: Olive. HEX triplet: 79, 75 and 05. RGB value is (121,117,5). Sum of RGB (Red+Green+Blue) = 121+117+5=243 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.79% from 243); Green value is 117 (46.09% from 255 or 48.15% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 121 - color contains mainly: red. Hex color #797505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #797505 is #868AFA. Grayscale: #696969. Windows color (decimal): -8817403 or 357753. OLE color: 357753.
HSL color Cylindrical-coordinate representation of color #797505: hue angle of 57.93º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #797505 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 117 | 5 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.53 |
| HSL | 57.93º | 0.92% | 0.25% | - |
| HSV(B) | 57.93º | 0.96% | 0.47% | - |
| XYZ | 14.27 | 16.8 | 2.63 | - |
| YUV | 105.43 | 71.33 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 117 | 5 | 0 | 0.03 | 0.96 | 0.53 | 57.93 | 0.92 | 0.25 |
| Hex | 79 | 75 | 5 | 0 | 3 | 60 | 35 | 3A | 5C | 19 |
| Octal | 171 | 165 | 5 | 0 | 3 | 140 | 65 | 72 | 134 | 31 |
| Binary | 1111001 | 1110101 | 101 | 0 | 11 | 1100000 | 110101 | 111010 | 1011100 | 11001 |
Color Harmonies of #797505
Complementary color
Monochromatic Colors of #797505
Black with #797505
Text Example
Text Example
White with #797505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797505; }
p { color: rgb(121,117,5); }
H1.HeaderClassName
{
color: #797505;
}
.AnyTagClassName
{
color: #797505;
}
</style>
background-color css
<style>
a { background-color: #797505; }
a { background-color: rgb(121,117,5); }
div.DivClassName
{
background-color: #797505;
}
.BgClassName
{
background-color: #797505;
}
</style>
border-color css
<style>
span { border-color: #797505; }
span { border-color: rgb(121,117,5); }
td.TdClassName
{
border-color: #797505;
}
.TagClassName
{
border-color: #797505;
}
</style>