Shades of Olive #898503
Tints of Olive #898503
RGB
CMYK
RGB Variations
Color information
#898503 (or 0x898503) is known color: Olive. HEX triplet: 89, 85 and 03. RGB value is (137,133,3). Sum of RGB (Red+Green+Blue) = 137+133+3=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #898503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #898503 is #767AFC. Grayscale: #777777. Windows color (decimal): -7764733 or 230793. OLE color: 230793.
HSL color Cylindrical-coordinate representation of color #898503: hue angle of 58.21º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #898503 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 133 | 3 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.46 |
| HSL | 58.21º | 0.96% | 0.27% | - |
| HSV(B) | 58.21º | 0.98% | 0.54% | - |
| XYZ | 18.72 | 22.1 | 3.37 | - |
| YUV | 119.38 | 62.33 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 3 | 0 | 0.03 | 0.98 | 0.46 | 58.21 | 0.96 | 0.27 |
| Hex | 89 | 85 | 3 | 0 | 3 | 62 | 2E | 3A | 60 | 1B |
| Octal | 211 | 205 | 3 | 0 | 3 | 142 | 56 | 72 | 140 | 33 |
| Binary | 10001001 | 10000101 | 11 | 0 | 11 | 1100010 | 101110 | 111010 | 1100000 | 11011 |
Color Harmonies of #898503
Complementary color
Monochromatic Colors of #898503
Black with #898503
Text Example
Text Example
White with #898503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898503; }
p { color: rgb(137,133,3); }
H1.HeaderClassName
{
color: #898503;
}
.AnyTagClassName
{
color: #898503;
}
</style>
background-color css
<style>
a { background-color: #898503; }
a { background-color: rgb(137,133,3); }
div.DivClassName
{
background-color: #898503;
}
.BgClassName
{
background-color: #898503;
}
</style>
border-color css
<style>
span { border-color: #898503; }
span { border-color: rgb(137,133,3); }
td.TdClassName
{
border-color: #898503;
}
.TagClassName
{
border-color: #898503;
}
</style>