Shades of Olive #898013
Tints of Olive #898013
RGB
CMYK
RGB Variations
Color information
#898013 (or 0x898013) is known color: Olive. HEX triplet: 89, 80 and 13. RGB value is (137,128,19). Sum of RGB (Red+Green+Blue) = 137+128+19=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #898013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898013 is #767FEC. Grayscale: #767676. Windows color (decimal): -7765997 or 1278089. OLE color: 1278089.
HSL color Cylindrical-coordinate representation of color #898013: hue angle of 55.42º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #898013 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 128 | 19 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.46 |
| HSL | 55.42º | 0.76% | 0.31% | - |
| HSV(B) | 55.42º | 0.86% | 0.54% | - |
| XYZ | 18.15 | 20.8 | 3.67 | - |
| YUV | 118.27 | 71.98 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 128 | 19 | 0 | 0.07 | 0.86 | 0.46 | 55.42 | 0.76 | 0.31 |
| Hex | 89 | 80 | 13 | 0 | 7 | 56 | 2E | 37 | 4C | 1F |
| Octal | 211 | 200 | 23 | 0 | 7 | 126 | 56 | 67 | 114 | 37 |
| Binary | 10001001 | 10000000 | 10011 | 0 | 111 | 1010110 | 101110 | 110111 | 1001100 | 11111 |
Color Harmonies of #898013
Complementary color
Monochromatic Colors of #898013
Black with #898013
Text Example
Text Example
White with #898013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898013; }
p { color: rgb(137,128,19); }
H1.HeaderClassName
{
color: #898013;
}
.AnyTagClassName
{
color: #898013;
}
</style>
background-color css
<style>
a { background-color: #898013; }
a { background-color: rgb(137,128,19); }
div.DivClassName
{
background-color: #898013;
}
.BgClassName
{
background-color: #898013;
}
</style>
border-color css
<style>
span { border-color: #898013; }
span { border-color: rgb(137,128,19); }
td.TdClassName
{
border-color: #898013;
}
.TagClassName
{
border-color: #898013;
}
</style>