Shades of Olive #897B0B
Tints of Olive #897B0B
RGB
CMYK
RGB Variations
Color information
#897B0B (or 0x897B0B) is known color: Olive. HEX triplet: 89, 7B and 0B. RGB value is (137,123,11). Sum of RGB (Red+Green+Blue) = 137+123+11=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 123 (48.44% from 255 or 45.39% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #897B0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897B0B is #7684F4. Grayscale: #727272. Windows color (decimal): -7767285 or 752521. OLE color: 752521.
HSL color Cylindrical-coordinate representation of color #897B0B: hue angle of 53.33º 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 #897B0B is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 123 | 11 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.46 |
| HSL | 53.33º | 0.85% | 0.29% | - |
| HSV(B) | 53.33º | 0.92% | 0.54% | - |
| XYZ | 17.46 | 19.51 | 3.16 | - |
| YUV | 114.42 | 69.64 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 11 | 0 | 0.10 | 0.92 | 0.46 | 53.33 | 0.85 | 0.29 |
| Hex | 89 | 7B | B | 0 | A | 5C | 2E | 35 | 55 | 1D |
| Octal | 211 | 173 | 13 | 0 | 12 | 134 | 56 | 65 | 125 | 35 |
| Binary | 10001001 | 1111011 | 1011 | 0 | 1010 | 1011100 | 101110 | 110101 | 1010101 | 11101 |
Color Harmonies of #897B0B
Complementary color
Monochromatic Colors of #897B0B
Black with #897B0B
Text Example
Text Example
White with #897B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897B0B; }
p { color: rgb(137,123,11); }
H1.HeaderClassName
{
color: #897B0B;
}
.AnyTagClassName
{
color: #897B0B;
}
</style>
background-color css
<style>
a { background-color: #897B0B; }
a { background-color: rgb(137,123,11); }
div.DivClassName
{
background-color: #897B0B;
}
.BgClassName
{
background-color: #897B0B;
}
</style>
border-color css
<style>
span { border-color: #897B0B; }
span { border-color: rgb(137,123,11); }
td.TdClassName
{
border-color: #897B0B;
}
.TagClassName
{
border-color: #897B0B;
}
</style>