Shades of Olive #897900
Tints of Olive #897900
RGB
CMYK
RGB Variations
Color information
#897900 (or 0x897900) is known color: Olive. HEX triplet: 89, 79 and 00. RGB value is (137,121,0). Sum of RGB (Red+Green+Blue) = 137+121+0=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #897900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #897900 is #7686FF. Grayscale: #707070. Windows color (decimal): -7767808 or 31113. OLE color: 31113.
HSL color Cylindrical-coordinate representation of color #897900: hue angle of 52.99º 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 #897900 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 121 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.46 |
| HSL | 52.99º | 1% | 0.27% | - |
| HSV(B) | 52.99º | 1% | 0.54% | - |
| XYZ | 17.15 | 18.99 | 2.76 | - |
| YUV | 111.99 | 64.8 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 121 | 0 | 0 | 0.12 | 1 | 0.46 | 52.99 | 1 | 0.27 |
| Hex | 89 | 79 | 0 | 0 | C | 64 | 2E | 35 | 64 | 1B |
| Octal | 211 | 171 | 0 | 0 | 14 | 144 | 56 | 65 | 144 | 33 |
| Binary | 10001001 | 1111001 | 0 | 0 | 1100 | 1100100 | 101110 | 110101 | 1100100 | 11011 |
Color Harmonies of #897900
Complementary color
Monochromatic Colors of #897900
Black with #897900
Text Example
Text Example
White with #897900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897900; }
p { color: rgb(137,121,0); }
H1.HeaderClassName
{
color: #897900;
}
.AnyTagClassName
{
color: #897900;
}
</style>
background-color css
<style>
a { background-color: #897900; }
a { background-color: rgb(137,121,0); }
div.DivClassName
{
background-color: #897900;
}
.BgClassName
{
background-color: #897900;
}
</style>
border-color css
<style>
span { border-color: #897900; }
span { border-color: rgb(137,121,0); }
td.TdClassName
{
border-color: #897900;
}
.TagClassName
{
border-color: #897900;
}
</style>