Shades of Olive #778B04
Tints of Olive #778B04
RGB
CMYK
RGB Variations
Color information
#778B04 (or 0x778B04) is known color: Olive. HEX triplet: 77, 8B and 04. RGB value is (119,139,4). Sum of RGB (Red+Green+Blue) = 119+139+4=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 139 (54.69% from 255 or 53.05% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 139 - color contains mainly: green. Hex color #778B04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778B04 is #8874FB. Grayscale: #767676. Windows color (decimal): -8942844 or 297847. OLE color: 297847.
HSL color Cylindrical-coordinate representation of color #778B04: hue angle of 68.89º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #778B04 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 4 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.45 |
| HSL | 68.89º | 0.94% | 0.28% | - |
| HSV(B) | 68.89º | 0.97% | 0.55% | - |
| XYZ | 16.86 | 22.4 | 3.55 | - |
| YUV | 117.63 | 63.87 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 4 | 0.14 | 0 | 0.97 | 0.45 | 68.89 | 0.94 | 0.28 |
| Hex | 77 | 8B | 4 | E | 0 | 61 | 2D | 45 | 5E | 1C |
| Octal | 167 | 213 | 4 | 16 | 0 | 141 | 55 | 105 | 136 | 34 |
| Binary | 1110111 | 10001011 | 100 | 1110 | 0 | 1100001 | 101101 | 1000101 | 1011110 | 11100 |
Color Harmonies of #778B04
Complementary color
Monochromatic Colors of #778B04
Black with #778B04
Text Example
Text Example
White with #778B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B04; }
p { color: rgb(119,139,4); }
H1.HeaderClassName
{
color: #778B04;
}
.AnyTagClassName
{
color: #778B04;
}
</style>
background-color css
<style>
a { background-color: #778B04; }
a { background-color: rgb(119,139,4); }
div.DivClassName
{
background-color: #778B04;
}
.BgClassName
{
background-color: #778B04;
}
</style>
border-color css
<style>
span { border-color: #778B04; }
span { border-color: rgb(119,139,4); }
td.TdClassName
{
border-color: #778B04;
}
.TagClassName
{
border-color: #778B04;
}
</style>