Shades of Olive #897C0A
Tints of Olive #897C0A
RGB
CMYK
RGB Variations
Color information
#897C0A (or 0x897C0A) is known color: Olive. HEX triplet: 89, 7C and 0A. RGB value is (137,124,10). Sum of RGB (Red+Green+Blue) = 137+124+10=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #897C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897C0A is #7683F5. Grayscale: #737373. Windows color (decimal): -7767030 or 687241. OLE color: 687241.
HSL color Cylindrical-coordinate representation of color #897C0A: hue angle of 53.86º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #897C0A is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 124 | 10 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.46 |
| HSL | 53.86º | 0.86% | 0.29% | - |
| HSV(B) | 53.86º | 0.93% | 0.54% | - |
| XYZ | 17.58 | 19.76 | 3.17 | - |
| YUV | 114.89 | 68.81 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 10 | 0 | 0.09 | 0.93 | 0.46 | 53.86 | 0.86 | 0.29 |
| Hex | 89 | 7C | A | 0 | 9 | 5D | 2E | 36 | 56 | 1D |
| Octal | 211 | 174 | 12 | 0 | 11 | 135 | 56 | 66 | 126 | 35 |
| Binary | 10001001 | 1111100 | 1010 | 0 | 1001 | 1011101 | 101110 | 110110 | 1010110 | 11101 |
Color Harmonies of #897C0A
Complementary color
Monochromatic Colors of #897C0A
Black with #897C0A
Text Example
Text Example
White with #897C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897C0A; }
p { color: rgb(137,124,10); }
H1.HeaderClassName
{
color: #897C0A;
}
.AnyTagClassName
{
color: #897C0A;
}
</style>
background-color css
<style>
a { background-color: #897C0A; }
a { background-color: rgb(137,124,10); }
div.DivClassName
{
background-color: #897C0A;
}
.BgClassName
{
background-color: #897C0A;
}
</style>
border-color css
<style>
span { border-color: #897C0A; }
span { border-color: rgb(137,124,10); }
td.TdClassName
{
border-color: #897C0A;
}
.TagClassName
{
border-color: #897C0A;
}
</style>