Shades of Olive #899503
Tints of Olive #899503
RGB
CMYK
RGB Variations
Color information
#899503 (or 0x899503) is known color: Olive. HEX triplet: 89, 95 and 03. RGB value is (137,149,3). Sum of RGB (Red+Green+Blue) = 137+149+3=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #899503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899503 is #766AFC. Grayscale: #818181. Windows color (decimal): -7760637 or 234889. OLE color: 234889.
HSL color Cylindrical-coordinate representation of color #899503: hue angle of 64.93º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #899503 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 149 | 3 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.42 |
| HSL | 64.93º | 0.96% | 0.3% | - |
| HSV(B) | 64.93º | 0.98% | 0.58% | - |
| XYZ | 21.08 | 26.82 | 4.15 | - |
| YUV | 128.77 | 57.02 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 3 | 0.08 | 0 | 0.98 | 0.42 | 64.93 | 0.96 | 0.3 |
| Hex | 89 | 95 | 3 | 8 | 0 | 62 | 2A | 41 | 60 | 1E |
| Octal | 211 | 225 | 3 | 10 | 0 | 142 | 52 | 101 | 140 | 36 |
| Binary | 10001001 | 10010101 | 11 | 1000 | 0 | 1100010 | 101010 | 1000001 | 1100000 | 11110 |
Color Harmonies of #899503
Complementary color
Monochromatic Colors of #899503
Black with #899503
Text Example
Text Example
White with #899503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899503; }
p { color: rgb(137,149,3); }
H1.HeaderClassName
{
color: #899503;
}
.AnyTagClassName
{
color: #899503;
}
</style>
background-color css
<style>
a { background-color: #899503; }
a { background-color: rgb(137,149,3); }
div.DivClassName
{
background-color: #899503;
}
.BgClassName
{
background-color: #899503;
}
</style>
border-color css
<style>
span { border-color: #899503; }
span { border-color: rgb(137,149,3); }
td.TdClassName
{
border-color: #899503;
}
.TagClassName
{
border-color: #899503;
}
</style>