Shades of Olive #89800B
Tints of Olive #89800B
RGB
CMYK
RGB Variations
Color information
#89800B (or 0x89800B) is known color: Olive. HEX triplet: 89, 80 and 0B. RGB value is (137,128,11). Sum of RGB (Red+Green+Blue) = 137+128+11=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #89800B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89800B is #767FF4. Grayscale: #757575. Windows color (decimal): -7766005 or 753801. OLE color: 753801.
HSL color Cylindrical-coordinate representation of color #89800B: hue angle of 55.71º 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 #89800B is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 128 | 11 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.46 |
| HSL | 55.71º | 0.85% | 0.29% | - |
| HSV(B) | 55.71º | 0.92% | 0.54% | - |
| XYZ | 18.1 | 20.78 | 3.37 | - |
| YUV | 117.35 | 67.98 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 11 | 0 | 0.07 | 0.92 | 0.46 | 55.71 | 0.85 | 0.29 |
| Hex | 89 | 80 | B | 0 | 7 | 5C | 2E | 38 | 55 | 1D |
| Octal | 211 | 200 | 13 | 0 | 7 | 134 | 56 | 70 | 125 | 35 |
| Binary | 10001001 | 10000000 | 1011 | 0 | 111 | 1011100 | 101110 | 111000 | 1010101 | 11101 |
Color Harmonies of #89800B
Complementary color
Monochromatic Colors of #89800B
Black with #89800B
Text Example
Text Example
White with #89800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89800B; }
p { color: rgb(137,128,11); }
H1.HeaderClassName
{
color: #89800B;
}
.AnyTagClassName
{
color: #89800B;
}
</style>
background-color css
<style>
a { background-color: #89800B; }
a { background-color: rgb(137,128,11); }
div.DivClassName
{
background-color: #89800B;
}
.BgClassName
{
background-color: #89800B;
}
</style>
border-color css
<style>
span { border-color: #89800B; }
span { border-color: rgb(137,128,11); }
td.TdClassName
{
border-color: #89800B;
}
.TagClassName
{
border-color: #89800B;
}
</style>