Shades of Olive #779804
Tints of Olive #779804
RGB
CMYK
RGB Variations
Color information
#779804 (or 0x779804) is known color: Olive. HEX triplet: 77, 98 and 04. RGB value is (119,152,4). Sum of RGB (Red+Green+Blue) = 119+152+4=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #779804 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779804 is #8867FB. Grayscale: #7D7D7D. Windows color (decimal): -8939516 or 301175. OLE color: 301175.
HSL color Cylindrical-coordinate representation of color #779804: hue angle of 73.38º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #779804 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 152 | 4 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.40 |
| HSL | 73.38º | 0.95% | 0.31% | - |
| HSV(B) | 73.38º | 0.97% | 0.6% | - |
| XYZ | 18.86 | 26.39 | 4.21 | - |
| YUV | 125.26 | 59.57 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 152 | 4 | 0.22 | 0 | 0.97 | 0.40 | 73.38 | 0.95 | 0.31 |
| Hex | 77 | 98 | 4 | 16 | 0 | 61 | 28 | 49 | 5F | 1F |
| Octal | 167 | 230 | 4 | 26 | 0 | 141 | 50 | 111 | 137 | 37 |
| Binary | 1110111 | 10011000 | 100 | 10110 | 0 | 1100001 | 101000 | 1001001 | 1011111 | 11111 |
Color Harmonies of #779804
Complementary color
Monochromatic Colors of #779804
Black with #779804
Text Example
Text Example
White with #779804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779804; }
p { color: rgb(119,152,4); }
H1.HeaderClassName
{
color: #779804;
}
.AnyTagClassName
{
color: #779804;
}
</style>
background-color css
<style>
a { background-color: #779804; }
a { background-color: rgb(119,152,4); }
div.DivClassName
{
background-color: #779804;
}
.BgClassName
{
background-color: #779804;
}
</style>
border-color css
<style>
span { border-color: #779804; }
span { border-color: rgb(119,152,4); }
td.TdClassName
{
border-color: #779804;
}
.TagClassName
{
border-color: #779804;
}
</style>