Shades of Olive #778004
Tints of Olive #778004
RGB
CMYK
RGB Variations
Color information
#778004 (or 0x778004) is known color: Olive. HEX triplet: 77, 80 and 04. RGB value is (119,128,4). Sum of RGB (Red+Green+Blue) = 119+128+4=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #778004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778004 is #887FFB. Grayscale: #6F6F6F. Windows color (decimal): -8945660 or 295031. OLE color: 295031.
HSL color Cylindrical-coordinate representation of color #778004: hue angle of 64.35º 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 #778004 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 128 | 4 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.50 |
| HSL | 64.35º | 0.94% | 0.26% | - |
| HSV(B) | 64.35º | 0.97% | 0.5% | - |
| XYZ | 15.35 | 19.37 | 3.04 | - |
| YUV | 111.17 | 67.52 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 128 | 4 | 0.07 | 0 | 0.97 | 0.50 | 64.35 | 0.94 | 0.26 |
| Hex | 77 | 80 | 4 | 7 | 0 | 61 | 32 | 40 | 5E | 1A |
| Octal | 167 | 200 | 4 | 7 | 0 | 141 | 62 | 100 | 136 | 32 |
| Binary | 1110111 | 10000000 | 100 | 111 | 0 | 1100001 | 110010 | 1000000 | 1011110 | 11010 |
Color Harmonies of #778004
Complementary color
Monochromatic Colors of #778004
Black with #778004
Text Example
Text Example
White with #778004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778004; }
p { color: rgb(119,128,4); }
H1.HeaderClassName
{
color: #778004;
}
.AnyTagClassName
{
color: #778004;
}
</style>
background-color css
<style>
a { background-color: #778004; }
a { background-color: rgb(119,128,4); }
div.DivClassName
{
background-color: #778004;
}
.BgClassName
{
background-color: #778004;
}
</style>
border-color css
<style>
span { border-color: #778004; }
span { border-color: rgb(119,128,4); }
td.TdClassName
{
border-color: #778004;
}
.TagClassName
{
border-color: #778004;
}
</style>