Shades of Olive #778E09
Tints of Olive #778E09
RGB
CMYK
RGB Variations
Color information
#778E09 (or 0x778E09) is known color: Olive. HEX triplet: 77, 8E and 09. RGB value is (119,142,9). Sum of RGB (Red+Green+Blue) = 119+142+9=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 142 (55.86% from 255 or 52.59% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 142 - color contains mainly: green. Hex color #778E09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778E09 is #8871F6. Grayscale: #787878. Windows color (decimal): -8942071 or 626295. OLE color: 626295.
HSL color Cylindrical-coordinate representation of color #778E09: hue angle of 70.38º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #778E09 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 142 | 9 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.44 |
| HSL | 70.38º | 0.88% | 0.3% | - |
| HSV(B) | 70.38º | 0.94% | 0.56% | - |
| XYZ | 17.33 | 23.29 | 3.84 | - |
| YUV | 119.96 | 65.38 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 142 | 9 | 0.16 | 0 | 0.94 | 0.44 | 70.38 | 0.88 | 0.3 |
| Hex | 77 | 8E | 9 | 10 | 0 | 5E | 2C | 46 | 58 | 1E |
| Octal | 167 | 216 | 11 | 20 | 0 | 136 | 54 | 106 | 130 | 36 |
| Binary | 1110111 | 10001110 | 1001 | 10000 | 0 | 1011110 | 101100 | 1000110 | 1011000 | 11110 |
Color Harmonies of #778E09
Complementary color
Monochromatic Colors of #778E09
Black with #778E09
Text Example
Text Example
White with #778E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778E09; }
p { color: rgb(119,142,9); }
H1.HeaderClassName
{
color: #778E09;
}
.AnyTagClassName
{
color: #778E09;
}
</style>
background-color css
<style>
a { background-color: #778E09; }
a { background-color: rgb(119,142,9); }
div.DivClassName
{
background-color: #778E09;
}
.BgClassName
{
background-color: #778E09;
}
</style>
border-color css
<style>
span { border-color: #778E09; }
span { border-color: rgb(119,142,9); }
td.TdClassName
{
border-color: #778E09;
}
.TagClassName
{
border-color: #778E09;
}
</style>