Shades of Olive #778F05
Tints of Olive #778F05
RGB
CMYK
RGB Variations
Color information
#778F05 (or 0x778F05) is known color: Olive. HEX triplet: 77, 8F and 05. RGB value is (119,143,5). Sum of RGB (Red+Green+Blue) = 119+143+5=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 143 (56.25% from 255 or 53.56% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 143 - color contains mainly: green. Hex color #778F05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778F05 is #8870FA. Grayscale: #787878. Windows color (decimal): -8941819 or 364407. OLE color: 364407.
HSL color Cylindrical-coordinate representation of color #778F05: hue angle of 70.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #778F05 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 143 | 5 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.44 |
| HSL | 70.43º | 0.93% | 0.29% | - |
| HSV(B) | 70.43º | 0.97% | 0.56% | - |
| XYZ | 17.46 | 23.58 | 3.77 | - |
| YUV | 120.09 | 63.05 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 5 | 0.17 | 0 | 0.97 | 0.44 | 70.43 | 0.93 | 0.29 |
| Hex | 77 | 8F | 5 | 11 | 0 | 61 | 2C | 46 | 5D | 1D |
| Octal | 167 | 217 | 5 | 21 | 0 | 141 | 54 | 106 | 135 | 35 |
| Binary | 1110111 | 10001111 | 101 | 10001 | 0 | 1100001 | 101100 | 1000110 | 1011101 | 11101 |
Color Harmonies of #778F05
Complementary color
Monochromatic Colors of #778F05
Black with #778F05
Text Example
Text Example
White with #778F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778F05; }
p { color: rgb(119,143,5); }
H1.HeaderClassName
{
color: #778F05;
}
.AnyTagClassName
{
color: #778F05;
}
</style>
background-color css
<style>
a { background-color: #778F05; }
a { background-color: rgb(119,143,5); }
div.DivClassName
{
background-color: #778F05;
}
.BgClassName
{
background-color: #778F05;
}
</style>
border-color css
<style>
span { border-color: #778F05; }
span { border-color: rgb(119,143,5); }
td.TdClassName
{
border-color: #778F05;
}
.TagClassName
{
border-color: #778F05;
}
</style>