Shades of Olive #777904
Tints of Olive #777904
RGB
CMYK
RGB Variations
Color information
#777904 (or 0x777904) is known color: Olive. HEX triplet: 77, 79 and 04. RGB value is (119,121,4). Sum of RGB (Red+Green+Blue) = 119+121+4=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 121 (47.66% from 255 or 49.59% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 121 - color contains mainly: green. Hex color #777904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777904 is #8886FB. Grayscale: #6B6B6B. Windows color (decimal): -8947452 or 293239. OLE color: 293239.
HSL color Cylindrical-coordinate representation of color #777904: hue angle of 61.03º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #777904 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 121 | 4 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.53 |
| HSL | 61.03º | 0.94% | 0.25% | - |
| HSV(B) | 61.03º | 0.97% | 0.47% | - |
| XYZ | 14.47 | 17.61 | 2.75 | - |
| YUV | 107.06 | 69.84 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 121 | 4 | 0.02 | 0 | 0.97 | 0.53 | 61.03 | 0.94 | 0.25 |
| Hex | 77 | 79 | 4 | 2 | 0 | 61 | 35 | 3D | 5E | 19 |
| Octal | 167 | 171 | 4 | 2 | 0 | 141 | 65 | 75 | 136 | 31 |
| Binary | 1110111 | 1111001 | 100 | 10 | 0 | 1100001 | 110101 | 111101 | 1011110 | 11001 |
Color Harmonies of #777904
Complementary color
Monochromatic Colors of #777904
Black with #777904
Text Example
Text Example
White with #777904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777904; }
p { color: rgb(119,121,4); }
H1.HeaderClassName
{
color: #777904;
}
.AnyTagClassName
{
color: #777904;
}
</style>
background-color css
<style>
a { background-color: #777904; }
a { background-color: rgb(119,121,4); }
div.DivClassName
{
background-color: #777904;
}
.BgClassName
{
background-color: #777904;
}
</style>
border-color css
<style>
span { border-color: #777904; }
span { border-color: rgb(119,121,4); }
td.TdClassName
{
border-color: #777904;
}
.TagClassName
{
border-color: #777904;
}
</style>