Shades of Olive #8A770E
Tints of Olive #8A770E
RGB
CMYK
RGB Variations
Color information
#8A770E (or 0x8A770E) is known color: Olive. HEX triplet: 8A, 77 and 0E. RGB value is (138,119,14). Sum of RGB (Red+Green+Blue) = 138+119+14=271 (35% of max value = 765). Red value is 138 (54.30% from 255 or 50.92% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 138 - color contains mainly: red. Hex color #8A770E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A770E is #7588F1. Grayscale: #717171. Windows color (decimal): -7702770 or 948106. OLE color: 948106.
HSL color Cylindrical-coordinate representation of color #8A770E: hue angle of 50.81º degrees, saturation: 0.82, 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 #8A770E is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 119 | 14 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.46 |
| HSL | 50.81º | 0.82% | 0.3% | - |
| HSV(B) | 50.81º | 0.9% | 0.54% | - |
| XYZ | 17.16 | 18.63 | 3.11 | - |
| YUV | 112.71 | 72.29 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 119 | 14 | 0 | 0.14 | 0.90 | 0.46 | 50.81 | 0.82 | 0.3 |
| Hex | 8A | 77 | E | 0 | E | 5A | 2E | 33 | 52 | 1E |
| Octal | 212 | 167 | 16 | 0 | 16 | 132 | 56 | 63 | 122 | 36 |
| Binary | 10001010 | 1110111 | 1110 | 0 | 1110 | 1011010 | 101110 | 110011 | 1010010 | 11110 |
Color Harmonies of #8A770E
Complementary color
Monochromatic Colors of #8A770E
Black with #8A770E
Text Example
Text Example
White with #8A770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A770E; }
p { color: rgb(138,119,14); }
H1.HeaderClassName
{
color: #8A770E;
}
.AnyTagClassName
{
color: #8A770E;
}
</style>
background-color css
<style>
a { background-color: #8A770E; }
a { background-color: rgb(138,119,14); }
div.DivClassName
{
background-color: #8A770E;
}
.BgClassName
{
background-color: #8A770E;
}
</style>
border-color css
<style>
span { border-color: #8A770E; }
span { border-color: rgb(138,119,14); }
td.TdClassName
{
border-color: #8A770E;
}
.TagClassName
{
border-color: #8A770E;
}
</style>