Shades of Olive #89870B
Tints of Olive #89870B
RGB
CMYK
RGB Variations
Color information
#89870B (or 0x89870B) is known color: Olive. HEX triplet: 89, 87 and 0B. RGB value is (137,135,11). Sum of RGB (Red+Green+Blue) = 137+135+11=283 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.41% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 137 - color contains mainly: red. Hex color #89870B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89870B is #7678F4. Grayscale: #797979. Windows color (decimal): -7764213 or 755593. OLE color: 755593.
HSL color Cylindrical-coordinate representation of color #89870B: hue angle of 59.05º 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 #89870B is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 135 | 11 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.46 |
| HSL | 59.05º | 0.85% | 0.29% | - |
| HSV(B) | 59.05º | 0.92% | 0.54% | - |
| XYZ | 19.04 | 22.67 | 3.69 | - |
| YUV | 121.46 | 65.66 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 135 | 11 | 0 | 0.01 | 0.92 | 0.46 | 59.05 | 0.85 | 0.29 |
| Hex | 89 | 87 | B | 0 | 1 | 5C | 2E | 3B | 55 | 1D |
| Octal | 211 | 207 | 13 | 0 | 1 | 134 | 56 | 73 | 125 | 35 |
| Binary | 10001001 | 10000111 | 1011 | 0 | 1 | 1011100 | 101110 | 111011 | 1010101 | 11101 |
Color Harmonies of #89870B
Complementary color
Monochromatic Colors of #89870B
Black with #89870B
Text Example
Text Example
White with #89870B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89870B; }
p { color: rgb(137,135,11); }
H1.HeaderClassName
{
color: #89870B;
}
.AnyTagClassName
{
color: #89870B;
}
</style>
background-color css
<style>
a { background-color: #89870B; }
a { background-color: rgb(137,135,11); }
div.DivClassName
{
background-color: #89870B;
}
.BgClassName
{
background-color: #89870B;
}
</style>
border-color css
<style>
span { border-color: #89870B; }
span { border-color: rgb(137,135,11); }
td.TdClassName
{
border-color: #89870B;
}
.TagClassName
{
border-color: #89870B;
}
</style>