Shades of Olive #89870D
Tints of Olive #89870D
RGB
CMYK
RGB Variations
Color information
#89870D (or 0x89870D) is known color: Olive. HEX triplet: 89, 87 and 0D. RGB value is (137,135,13). Sum of RGB (Red+Green+Blue) = 137+135+13=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #89870D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89870D is #7678F2. Grayscale: #7A7A7A. Windows color (decimal): -7764211 or 886665. OLE color: 886665.
HSL color Cylindrical-coordinate representation of color #89870D: hue angle of 59.03º degrees, saturation: 0.83, 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 #89870D is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 135 | 13 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.46 |
| HSL | 59.03º | 0.83% | 0.29% | - |
| HSV(B) | 59.03º | 0.91% | 0.54% | - |
| XYZ | 19.05 | 22.68 | 3.75 | - |
| YUV | 121.69 | 66.66 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 135 | 13 | 0 | 0.01 | 0.91 | 0.46 | 59.03 | 0.83 | 0.29 |
| Hex | 89 | 87 | D | 0 | 1 | 5B | 2E | 3B | 53 | 1D |
| Octal | 211 | 207 | 15 | 0 | 1 | 133 | 56 | 73 | 123 | 35 |
| Binary | 10001001 | 10000111 | 1101 | 0 | 1 | 1011011 | 101110 | 111011 | 1010011 | 11101 |
Color Harmonies of #89870D
Complementary color
Monochromatic Colors of #89870D
Black with #89870D
Text Example
Text Example
White with #89870D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89870D; }
p { color: rgb(137,135,13); }
H1.HeaderClassName
{
color: #89870D;
}
.AnyTagClassName
{
color: #89870D;
}
</style>
background-color css
<style>
a { background-color: #89870D; }
a { background-color: rgb(137,135,13); }
div.DivClassName
{
background-color: #89870D;
}
.BgClassName
{
background-color: #89870D;
}
</style>
border-color css
<style>
span { border-color: #89870D; }
span { border-color: rgb(137,135,13); }
td.TdClassName
{
border-color: #89870D;
}
.TagClassName
{
border-color: #89870D;
}
</style>