Shades of Olive #89780C
Tints of Olive #89780C
RGB
CMYK
RGB Variations
Color information
#89780C (or 0x89780C) is known color: Olive. HEX triplet: 89, 78 and 0C. RGB value is (137,120,12). Sum of RGB (Red+Green+Blue) = 137+120+12=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #89780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89780C is #7687F3. Grayscale: #717171. Windows color (decimal): -7768052 or 817289. OLE color: 817289.
HSL color Cylindrical-coordinate representation of color #89780C: hue angle of 51.84º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89780C is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 120 | 12 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.46 |
| HSL | 51.84º | 0.84% | 0.29% | - |
| HSV(B) | 51.84º | 0.91% | 0.54% | - |
| XYZ | 17.1 | 18.78 | 3.07 | - |
| YUV | 112.77 | 71.13 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 12 | 0 | 0.12 | 0.91 | 0.46 | 51.84 | 0.84 | 0.29 |
| Hex | 89 | 78 | C | 0 | C | 5B | 2E | 34 | 54 | 1D |
| Octal | 211 | 170 | 14 | 0 | 14 | 133 | 56 | 64 | 124 | 35 |
| Binary | 10001001 | 1111000 | 1100 | 0 | 1100 | 1011011 | 101110 | 110100 | 1010100 | 11101 |
Color Harmonies of #89780C
Complementary color
Monochromatic Colors of #89780C
Black with #89780C
Text Example
Text Example
White with #89780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89780C; }
p { color: rgb(137,120,12); }
H1.HeaderClassName
{
color: #89780C;
}
.AnyTagClassName
{
color: #89780C;
}
</style>
background-color css
<style>
a { background-color: #89780C; }
a { background-color: rgb(137,120,12); }
div.DivClassName
{
background-color: #89780C;
}
.BgClassName
{
background-color: #89780C;
}
</style>
border-color css
<style>
span { border-color: #89780C; }
span { border-color: rgb(137,120,12); }
td.TdClassName
{
border-color: #89780C;
}
.TagClassName
{
border-color: #89780C;
}
</style>