Shades of Olive #777004
Tints of Olive #777004
RGB
CMYK
RGB Variations
Color information
#777004 (or 0x777004) is known color: Olive. HEX triplet: 77, 70 and 04. RGB value is (119,112,4). Sum of RGB (Red+Green+Blue) = 119+112+4=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #777004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777004 is #888FFB. Grayscale: #666666. Windows color (decimal): -8949756 or 290935. OLE color: 290935.
HSL color Cylindrical-coordinate representation of color #777004: hue angle of 56.35º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #777004 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 112 | 4 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.53 |
| HSL | 56.35º | 0.93% | 0.24% | - |
| HSV(B) | 56.35º | 0.97% | 0.47% | - |
| XYZ | 13.42 | 15.52 | 2.4 | - |
| YUV | 101.78 | 72.82 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 4 | 0 | 0.06 | 0.97 | 0.53 | 56.35 | 0.93 | 0.24 |
| Hex | 77 | 70 | 4 | 0 | 6 | 61 | 35 | 38 | 5D | 18 |
| Octal | 167 | 160 | 4 | 0 | 6 | 141 | 65 | 70 | 135 | 30 |
| Binary | 1110111 | 1110000 | 100 | 0 | 110 | 1100001 | 110101 | 111000 | 1011101 | 11000 |
Color Harmonies of #777004
Complementary color
Monochromatic Colors of #777004
Black with #777004
Text Example
Text Example
White with #777004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777004; }
p { color: rgb(119,112,4); }
H1.HeaderClassName
{
color: #777004;
}
.AnyTagClassName
{
color: #777004;
}
</style>
background-color css
<style>
a { background-color: #777004; }
a { background-color: rgb(119,112,4); }
div.DivClassName
{
background-color: #777004;
}
.BgClassName
{
background-color: #777004;
}
</style>
border-color css
<style>
span { border-color: #777004; }
span { border-color: rgb(119,112,4); }
td.TdClassName
{
border-color: #777004;
}
.TagClassName
{
border-color: #777004;
}
</style>