Shades of Olive #77890E
Tints of Olive #77890E
RGB
CMYK
RGB Variations
Color information
#77890E (or 0x77890E) is known color: Olive. HEX triplet: 77, 89 and 0E. RGB value is (119,137,14). Sum of RGB (Red+Green+Blue) = 119+137+14=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #77890E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77890E is #8876F1. Grayscale: #767676. Windows color (decimal): -8943346 or 952695. OLE color: 952695.
HSL color Cylindrical-coordinate representation of color #77890E: hue angle of 68.78º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77890E is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 137 | 14 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.46 |
| HSL | 68.78º | 0.81% | 0.3% | - |
| HSV(B) | 68.78º | 0.9% | 0.54% | - |
| XYZ | 16.63 | 21.84 | 3.76 | - |
| YUV | 117.6 | 69.54 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 137 | 14 | 0.13 | 0 | 0.90 | 0.46 | 68.78 | 0.81 | 0.3 |
| Hex | 77 | 89 | E | D | 0 | 5A | 2E | 45 | 51 | 1E |
| Octal | 167 | 211 | 16 | 15 | 0 | 132 | 56 | 105 | 121 | 36 |
| Binary | 1110111 | 10001001 | 1110 | 1101 | 0 | 1011010 | 101110 | 1000101 | 1010001 | 11110 |
Color Harmonies of #77890E
Complementary color
Monochromatic Colors of #77890E
Black with #77890E
Text Example
Text Example
White with #77890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77890E; }
p { color: rgb(119,137,14); }
H1.HeaderClassName
{
color: #77890E;
}
.AnyTagClassName
{
color: #77890E;
}
</style>
background-color css
<style>
a { background-color: #77890E; }
a { background-color: rgb(119,137,14); }
div.DivClassName
{
background-color: #77890E;
}
.BgClassName
{
background-color: #77890E;
}
</style>
border-color css
<style>
span { border-color: #77890E; }
span { border-color: rgb(119,137,14); }
td.TdClassName
{
border-color: #77890E;
}
.TagClassName
{
border-color: #77890E;
}
</style>