Shades of Olive #778F01
Tints of Olive #778F01
RGB
CMYK
RGB Variations
Color information
#778F01 (or 0x778F01) is known color: Olive. HEX triplet: 77, 8F and 01. RGB value is (119,143,1). Sum of RGB (Red+Green+Blue) = 119+143+1=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 143 (56.25% from 255 or 54.37% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 143 - color contains mainly: green. Hex color #778F01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778F01 is #8870FE. Grayscale: #787878. Windows color (decimal): -8941823 or 102263. OLE color: 102263.
HSL color Cylindrical-coordinate representation of color #778F01: hue angle of 70.14º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #778F01 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 143 | 1 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.44 |
| HSL | 70.14º | 0.99% | 0.28% | - |
| HSV(B) | 70.14º | 0.99% | 0.56% | - |
| XYZ | 17.44 | 23.57 | 3.66 | - |
| YUV | 119.64 | 61.05 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 1 | 0.17 | 0 | 0.99 | 0.44 | 70.14 | 0.99 | 0.28 |
| Hex | 77 | 8F | 1 | 11 | 0 | 63 | 2C | 46 | 63 | 1C |
| Octal | 167 | 217 | 1 | 21 | 0 | 143 | 54 | 106 | 143 | 34 |
| Binary | 1110111 | 10001111 | 1 | 10001 | 0 | 1100011 | 101100 | 1000110 | 1100011 | 11100 |
Color Harmonies of #778F01
Complementary color
Monochromatic Colors of #778F01
Black with #778F01
Text Example
Text Example
White with #778F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778F01; }
p { color: rgb(119,143,1); }
H1.HeaderClassName
{
color: #778F01;
}
.AnyTagClassName
{
color: #778F01;
}
</style>
background-color css
<style>
a { background-color: #778F01; }
a { background-color: rgb(119,143,1); }
div.DivClassName
{
background-color: #778F01;
}
.BgClassName
{
background-color: #778F01;
}
</style>
border-color css
<style>
span { border-color: #778F01; }
span { border-color: rgb(119,143,1); }
td.TdClassName
{
border-color: #778F01;
}
.TagClassName
{
border-color: #778F01;
}
</style>