Shades of Olive #89780B
Tints of Olive #89780B
RGB
CMYK
RGB Variations
Color information
#89780B (or 0x89780B) is known color: Olive. HEX triplet: 89, 78 and 0B. RGB value is (137,120,11). Sum of RGB (Red+Green+Blue) = 137+120+11=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 120 (47.27% from 255 or 44.78% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #89780B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89780B is #7687F4. Grayscale: #717171. Windows color (decimal): -7768053 or 751753. OLE color: 751753.
HSL color Cylindrical-coordinate representation of color #89780B: hue angle of 51.9º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89780B is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 120 | 11 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.46 |
| HSL | 51.9º | 0.85% | 0.29% | - |
| HSV(B) | 51.9º | 0.92% | 0.54% | - |
| XYZ | 17.09 | 18.78 | 3.04 | - |
| YUV | 112.66 | 70.63 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 11 | 0 | 0.12 | 0.92 | 0.46 | 51.9 | 0.85 | 0.29 |
| Hex | 89 | 78 | B | 0 | C | 5C | 2E | 34 | 55 | 1D |
| Octal | 211 | 170 | 13 | 0 | 14 | 134 | 56 | 64 | 125 | 35 |
| Binary | 10001001 | 1111000 | 1011 | 0 | 1100 | 1011100 | 101110 | 110100 | 1010101 | 11101 |
Color Harmonies of #89780B
Complementary color
Monochromatic Colors of #89780B
Black with #89780B
Text Example
Text Example
White with #89780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89780B; }
p { color: rgb(137,120,11); }
H1.HeaderClassName
{
color: #89780B;
}
.AnyTagClassName
{
color: #89780B;
}
</style>
background-color css
<style>
a { background-color: #89780B; }
a { background-color: rgb(137,120,11); }
div.DivClassName
{
background-color: #89780B;
}
.BgClassName
{
background-color: #89780B;
}
</style>
border-color css
<style>
span { border-color: #89780B; }
span { border-color: rgb(137,120,11); }
td.TdClassName
{
border-color: #89780B;
}
.TagClassName
{
border-color: #89780B;
}
</style>