Shades of Olive #77870E
Tints of Olive #77870E
RGB
CMYK
RGB Variations
Color information
#77870E (or 0x77870E) is known color: Olive. HEX triplet: 77, 87 and 0E. RGB value is (119,135,14). Sum of RGB (Red+Green+Blue) = 119+135+14=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 135 (53.12% from 255 or 50.37% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 135 - color contains mainly: green. Hex color #77870E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77870E is #8878F1. Grayscale: #747474. Windows color (decimal): -8943858 or 952183. OLE color: 952183.
HSL color Cylindrical-coordinate representation of color #77870E: hue angle of 67.93º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77870E is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 135 | 14 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.47 |
| HSL | 67.93º | 0.81% | 0.29% | - |
| HSV(B) | 67.93º | 0.9% | 0.53% | - |
| XYZ | 16.35 | 21.28 | 3.66 | - |
| YUV | 116.42 | 70.2 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 135 | 14 | 0.12 | 0 | 0.90 | 0.47 | 67.93 | 0.81 | 0.29 |
| Hex | 77 | 87 | E | C | 0 | 5A | 2F | 44 | 51 | 1D |
| Octal | 167 | 207 | 16 | 14 | 0 | 132 | 57 | 104 | 121 | 35 |
| Binary | 1110111 | 10000111 | 1110 | 1100 | 0 | 1011010 | 101111 | 1000100 | 1010001 | 11101 |
Color Harmonies of #77870E
Complementary color
Monochromatic Colors of #77870E
Black with #77870E
Text Example
Text Example
White with #77870E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77870E; }
p { color: rgb(119,135,14); }
H1.HeaderClassName
{
color: #77870E;
}
.AnyTagClassName
{
color: #77870E;
}
</style>
background-color css
<style>
a { background-color: #77870E; }
a { background-color: rgb(119,135,14); }
div.DivClassName
{
background-color: #77870E;
}
.BgClassName
{
background-color: #77870E;
}
</style>
border-color css
<style>
span { border-color: #77870E; }
span { border-color: rgb(119,135,14); }
td.TdClassName
{
border-color: #77870E;
}
.TagClassName
{
border-color: #77870E;
}
</style>