Shades of Olive #899500
Tints of Olive #899500
RGB
CMYK
RGB Variations
Color information
#899500 (or 0x899500) is known color: Olive. HEX triplet: 89, 95 and 00. RGB value is (137,149,0). Sum of RGB (Red+Green+Blue) = 137+149+0=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #899500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899500 is #766AFF. Grayscale: #818181. Windows color (decimal): -7760640 or 38281. OLE color: 38281.
HSL color Cylindrical-coordinate representation of color #899500: hue angle of 64.83º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #899500 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 149 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.42 |
| HSL | 64.83º | 1% | 0.29% | - |
| HSV(B) | 64.83º | 1% | 0.58% | - |
| XYZ | 21.06 | 26.81 | 4.07 | - |
| YUV | 128.43 | 55.52 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 0 | 0.08 | 0 | 1 | 0.42 | 64.83 | 1 | 0.29 |
| Hex | 89 | 95 | 0 | 8 | 0 | 64 | 2A | 41 | 64 | 1D |
| Octal | 211 | 225 | 0 | 10 | 0 | 144 | 52 | 101 | 144 | 35 |
| Binary | 10001001 | 10010101 | 0 | 1000 | 0 | 1100100 | 101010 | 1000001 | 1100100 | 11101 |
Color Harmonies of #899500
Complementary color
Monochromatic Colors of #899500
Black with #899500
Text Example
Text Example
White with #899500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899500; }
p { color: rgb(137,149,0); }
H1.HeaderClassName
{
color: #899500;
}
.AnyTagClassName
{
color: #899500;
}
</style>
background-color css
<style>
a { background-color: #899500; }
a { background-color: rgb(137,149,0); }
div.DivClassName
{
background-color: #899500;
}
.BgClassName
{
background-color: #899500;
}
</style>
border-color css
<style>
span { border-color: #899500; }
span { border-color: rgb(137,149,0); }
td.TdClassName
{
border-color: #899500;
}
.TagClassName
{
border-color: #899500;
}
</style>