Shades of Olive #898401
Tints of Olive #898401
RGB
CMYK
RGB Variations
Color information
#898401 (or 0x898401) is known color: Olive. HEX triplet: 89, 84 and 01. RGB value is (137,132,1). Sum of RGB (Red+Green+Blue) = 137+132+1=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #898401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898401 is #767BFE. Grayscale: #777777. Windows color (decimal): -7764991 or 99465. OLE color: 99465.
HSL color Cylindrical-coordinate representation of color #898401: hue angle of 57.79º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #898401 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 132 | 1 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.46 |
| HSL | 57.79º | 0.99% | 0.27% | - |
| HSV(B) | 57.79º | 0.99% | 0.54% | - |
| XYZ | 18.57 | 21.82 | 3.26 | - |
| YUV | 118.56 | 61.66 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 1 | 0 | 0.04 | 0.99 | 0.46 | 57.79 | 0.99 | 0.27 |
| Hex | 89 | 84 | 1 | 0 | 4 | 63 | 2E | 3A | 63 | 1B |
| Octal | 211 | 204 | 1 | 0 | 4 | 143 | 56 | 72 | 143 | 33 |
| Binary | 10001001 | 10000100 | 1 | 0 | 100 | 1100011 | 101110 | 111010 | 1100011 | 11011 |
Color Harmonies of #898401
Complementary color
Monochromatic Colors of #898401
Black with #898401
Text Example
Text Example
White with #898401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898401; }
p { color: rgb(137,132,1); }
H1.HeaderClassName
{
color: #898401;
}
.AnyTagClassName
{
color: #898401;
}
</style>
background-color css
<style>
a { background-color: #898401; }
a { background-color: rgb(137,132,1); }
div.DivClassName
{
background-color: #898401;
}
.BgClassName
{
background-color: #898401;
}
</style>
border-color css
<style>
span { border-color: #898401; }
span { border-color: rgb(137,132,1); }
td.TdClassName
{
border-color: #898401;
}
.TagClassName
{
border-color: #898401;
}
</style>