Shades of Olive #897A00
Tints of Olive #897A00
RGB
CMYK
RGB Variations
Color information
#897A00 (or 0x897A00) is known color: Olive. HEX triplet: 89, 7A and 00. RGB value is (137,122,0). Sum of RGB (Red+Green+Blue) = 137+122+0=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 122 (48.05% from 255 or 47.10% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #897A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897A00 is #7685FF. Grayscale: #717171. Windows color (decimal): -7767552 or 31369. OLE color: 31369.
HSL color Cylindrical-coordinate representation of color #897A00: hue angle of 53.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #897A00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 122 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.46 |
| HSL | 53.43º | 1% | 0.27% | - |
| HSV(B) | 53.43º | 1% | 0.54% | - |
| XYZ | 17.28 | 19.24 | 2.8 | - |
| YUV | 112.58 | 64.47 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 0 | 0 | 0.11 | 1 | 0.46 | 53.43 | 1 | 0.27 |
| Hex | 89 | 7A | 0 | 0 | B | 64 | 2E | 35 | 64 | 1B |
| Octal | 211 | 172 | 0 | 0 | 13 | 144 | 56 | 65 | 144 | 33 |
| Binary | 10001001 | 1111010 | 0 | 0 | 1011 | 1100100 | 101110 | 110101 | 1100100 | 11011 |
Color Harmonies of #897A00
Complementary color
Monochromatic Colors of #897A00
Black with #897A00
Text Example
Text Example
White with #897A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897A00; }
p { color: rgb(137,122,0); }
H1.HeaderClassName
{
color: #897A00;
}
.AnyTagClassName
{
color: #897A00;
}
</style>
background-color css
<style>
a { background-color: #897A00; }
a { background-color: rgb(137,122,0); }
div.DivClassName
{
background-color: #897A00;
}
.BgClassName
{
background-color: #897A00;
}
</style>
border-color css
<style>
span { border-color: #897A00; }
span { border-color: rgb(137,122,0); }
td.TdClassName
{
border-color: #897A00;
}
.TagClassName
{
border-color: #897A00;
}
</style>