Shades of Olive #89820B
Tints of Olive #89820B
RGB
CMYK
RGB Variations
Color information
#89820B (or 0x89820B) is known color: Olive. HEX triplet: 89, 82 and 0B. RGB value is (137,130,11). Sum of RGB (Red+Green+Blue) = 137+130+11=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #89820B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89820B is #767DF4. Grayscale: #777777. Windows color (decimal): -7765493 or 754313. OLE color: 754313.
HSL color Cylindrical-coordinate representation of color #89820B: hue angle of 56.67º 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 #89820B is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 130 | 11 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.46 |
| HSL | 56.67º | 0.85% | 0.29% | - |
| HSV(B) | 56.67º | 0.92% | 0.54% | - |
| XYZ | 18.36 | 21.31 | 3.46 | - |
| YUV | 118.53 | 67.32 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 130 | 11 | 0 | 0.05 | 0.92 | 0.46 | 56.67 | 0.85 | 0.29 |
| Hex | 89 | 82 | B | 0 | 5 | 5C | 2E | 39 | 55 | 1D |
| Octal | 211 | 202 | 13 | 0 | 5 | 134 | 56 | 71 | 125 | 35 |
| Binary | 10001001 | 10000010 | 1011 | 0 | 101 | 1011100 | 101110 | 111001 | 1010101 | 11101 |
Color Harmonies of #89820B
Complementary color
Monochromatic Colors of #89820B
Black with #89820B
Text Example
Text Example
White with #89820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89820B; }
p { color: rgb(137,130,11); }
H1.HeaderClassName
{
color: #89820B;
}
.AnyTagClassName
{
color: #89820B;
}
</style>
background-color css
<style>
a { background-color: #89820B; }
a { background-color: rgb(137,130,11); }
div.DivClassName
{
background-color: #89820B;
}
.BgClassName
{
background-color: #89820B;
}
</style>
border-color css
<style>
span { border-color: #89820B; }
span { border-color: rgb(137,130,11); }
td.TdClassName
{
border-color: #89820B;
}
.TagClassName
{
border-color: #89820B;
}
</style>