Shades of Olive #798004
Tints of Olive #798004
RGB
CMYK
RGB Variations
Color information
#798004 (or 0x798004) is known color: Olive. HEX triplet: 79, 80 and 04. RGB value is (121,128,4). Sum of RGB (Red+Green+Blue) = 121+128+4=253 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.83% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #798004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #798004 is #867FFB. Grayscale: #707070. Windows color (decimal): -8814588 or 295033. OLE color: 295033.
HSL color Cylindrical-coordinate representation of color #798004: hue angle of 63.39º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #798004 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 121 | 128 | 4 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.50 |
| HSL | 63.39º | 0.94% | 0.26% | - |
| HSV(B) | 63.39º | 0.97% | 0.5% | - |
| XYZ | 15.63 | 19.51 | 3.06 | - |
| YUV | 111.77 | 67.18 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 128 | 4 | 0.05 | 0 | 0.97 | 0.50 | 63.39 | 0.94 | 0.26 |
| Hex | 79 | 80 | 4 | 5 | 0 | 61 | 32 | 3F | 5E | 1A |
| Octal | 171 | 200 | 4 | 5 | 0 | 141 | 62 | 77 | 136 | 32 |
| Binary | 1111001 | 10000000 | 100 | 101 | 0 | 1100001 | 110010 | 111111 | 1011110 | 11010 |
Color Harmonies of #798004
Complementary color
Monochromatic Colors of #798004
Black with #798004
Text Example
Text Example
White with #798004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798004; }
p { color: rgb(121,128,4); }
H1.HeaderClassName
{
color: #798004;
}
.AnyTagClassName
{
color: #798004;
}
</style>
background-color css
<style>
a { background-color: #798004; }
a { background-color: rgb(121,128,4); }
div.DivClassName
{
background-color: #798004;
}
.BgClassName
{
background-color: #798004;
}
</style>
border-color css
<style>
span { border-color: #798004; }
span { border-color: rgb(121,128,4); }
td.TdClassName
{
border-color: #798004;
}
.TagClassName
{
border-color: #798004;
}
</style>