Shades of Olive #77810E
Tints of Olive #77810E
RGB
CMYK
RGB Variations
Color information
#77810E (or 0x77810E) is known color: Olive. HEX triplet: 77, 81 and 0E. RGB value is (119,129,14). Sum of RGB (Red+Green+Blue) = 119+129+14=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #77810E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77810E is #887EF1. Grayscale: #717171. Windows color (decimal): -8945394 or 950647. OLE color: 950647.
HSL color Cylindrical-coordinate representation of color #77810E: hue angle of 65.22º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77810E is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 129 | 14 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.49 |
| HSL | 65.22º | 0.8% | 0.28% | - |
| HSV(B) | 65.22º | 0.89% | 0.51% | - |
| XYZ | 15.54 | 19.65 | 3.39 | - |
| YUV | 112.9 | 72.19 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 129 | 14 | 0.08 | 0 | 0.89 | 0.49 | 65.22 | 0.8 | 0.28 |
| Hex | 77 | 81 | E | 8 | 0 | 59 | 31 | 41 | 50 | 1C |
| Octal | 167 | 201 | 16 | 10 | 0 | 131 | 61 | 101 | 120 | 34 |
| Binary | 1110111 | 10000001 | 1110 | 1000 | 0 | 1011001 | 110001 | 1000001 | 1010000 | 11100 |
Color Harmonies of #77810E
Complementary color
Monochromatic Colors of #77810E
Black with #77810E
Text Example
Text Example
White with #77810E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77810E; }
p { color: rgb(119,129,14); }
H1.HeaderClassName
{
color: #77810E;
}
.AnyTagClassName
{
color: #77810E;
}
</style>
background-color css
<style>
a { background-color: #77810E; }
a { background-color: rgb(119,129,14); }
div.DivClassName
{
background-color: #77810E;
}
.BgClassName
{
background-color: #77810E;
}
</style>
border-color css
<style>
span { border-color: #77810E; }
span { border-color: rgb(119,129,14); }
td.TdClassName
{
border-color: #77810E;
}
.TagClassName
{
border-color: #77810E;
}
</style>