Shades of Olive #799404
Tints of Olive #799404
RGB
CMYK
RGB Variations
Color information
#799404 (or 0x799404) is known color: Olive. HEX triplet: 79, 94 and 04. RGB value is (121,148,4). Sum of RGB (Red+Green+Blue) = 121+148+4=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #799404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799404 is #866BFB. Grayscale: #7C7C7C. Windows color (decimal): -8809468 or 300153. OLE color: 300153.
HSL color Cylindrical-coordinate representation of color #799404: hue angle of 71.25º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #799404 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 148 | 4 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.42 |
| HSL | 71.25º | 0.95% | 0.3% | - |
| HSV(B) | 71.25º | 0.97% | 0.58% | - |
| XYZ | 18.5 | 25.25 | 4.01 | - |
| YUV | 123.51 | 60.55 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 148 | 4 | 0.18 | 0 | 0.97 | 0.42 | 71.25 | 0.95 | 0.3 |
| Hex | 79 | 94 | 4 | 12 | 0 | 61 | 2A | 47 | 5F | 1E |
| Octal | 171 | 224 | 4 | 22 | 0 | 141 | 52 | 107 | 137 | 36 |
| Binary | 1111001 | 10010100 | 100 | 10010 | 0 | 1100001 | 101010 | 1000111 | 1011111 | 11110 |
Color Harmonies of #799404
Complementary color
Monochromatic Colors of #799404
Black with #799404
Text Example
Text Example
White with #799404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799404; }
p { color: rgb(121,148,4); }
H1.HeaderClassName
{
color: #799404;
}
.AnyTagClassName
{
color: #799404;
}
</style>
background-color css
<style>
a { background-color: #799404; }
a { background-color: rgb(121,148,4); }
div.DivClassName
{
background-color: #799404;
}
.BgClassName
{
background-color: #799404;
}
</style>
border-color css
<style>
span { border-color: #799404; }
span { border-color: rgb(121,148,4); }
td.TdClassName
{
border-color: #799404;
}
.TagClassName
{
border-color: #799404;
}
</style>