Shades of Olive #89780A
Tints of Olive #89780A
RGB
CMYK
RGB Variations
Color information
#89780A (or 0x89780A) is known color: Olive. HEX triplet: 89, 78 and 0A. RGB value is (137,120,10). Sum of RGB (Red+Green+Blue) = 137+120+10=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 120 (47.27% from 255 or 44.94% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #89780A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89780A is #7687F5. Grayscale: #717171. Windows color (decimal): -7768054 or 686217. OLE color: 686217.
HSL color Cylindrical-coordinate representation of color #89780A: hue angle of 51.97º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89780A is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 120 | 10 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.46 |
| HSL | 51.97º | 0.86% | 0.29% | - |
| HSV(B) | 51.97º | 0.93% | 0.54% | - |
| XYZ | 17.09 | 18.77 | 3.01 | - |
| YUV | 112.54 | 70.13 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 10 | 0 | 0.12 | 0.93 | 0.46 | 51.97 | 0.86 | 0.29 |
| Hex | 89 | 78 | A | 0 | C | 5D | 2E | 34 | 56 | 1D |
| Octal | 211 | 170 | 12 | 0 | 14 | 135 | 56 | 64 | 126 | 35 |
| Binary | 10001001 | 1111000 | 1010 | 0 | 1100 | 1011101 | 101110 | 110100 | 1010110 | 11101 |
Color Harmonies of #89780A
Complementary color
Monochromatic Colors of #89780A
Black with #89780A
Text Example
Text Example
White with #89780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89780A; }
p { color: rgb(137,120,10); }
H1.HeaderClassName
{
color: #89780A;
}
.AnyTagClassName
{
color: #89780A;
}
</style>
background-color css
<style>
a { background-color: #89780A; }
a { background-color: rgb(137,120,10); }
div.DivClassName
{
background-color: #89780A;
}
.BgClassName
{
background-color: #89780A;
}
</style>
border-color css
<style>
span { border-color: #89780A; }
span { border-color: rgb(137,120,10); }
td.TdClassName
{
border-color: #89780A;
}
.TagClassName
{
border-color: #89780A;
}
</style>