Shades of Olive #899605
Tints of Olive #899605
RGB
CMYK
RGB Variations
Color information
#899605 (or 0x899605) is known color: Olive. HEX triplet: 89, 96 and 05. RGB value is (137,150,5). Sum of RGB (Red+Green+Blue) = 137+150+5=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #899605 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899605 is #7669FA. Grayscale: #828282. Windows color (decimal): -7760379 or 366217. OLE color: 366217.
HSL color Cylindrical-coordinate representation of color #899605: hue angle of 65.38º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #899605 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 150 | 5 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.41 |
| HSL | 65.38º | 0.94% | 0.3% | - |
| HSV(B) | 65.38º | 0.97% | 0.59% | - |
| XYZ | 21.25 | 27.14 | 4.26 | - |
| YUV | 129.58 | 57.69 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 150 | 5 | 0.09 | 0 | 0.97 | 0.41 | 65.38 | 0.94 | 0.3 |
| Hex | 89 | 96 | 5 | 9 | 0 | 61 | 29 | 41 | 5E | 1E |
| Octal | 211 | 226 | 5 | 11 | 0 | 141 | 51 | 101 | 136 | 36 |
| Binary | 10001001 | 10010110 | 101 | 1001 | 0 | 1100001 | 101001 | 1000001 | 1011110 | 11110 |
Color Harmonies of #899605
Complementary color
Monochromatic Colors of #899605
Black with #899605
Text Example
Text Example
White with #899605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899605; }
p { color: rgb(137,150,5); }
H1.HeaderClassName
{
color: #899605;
}
.AnyTagClassName
{
color: #899605;
}
</style>
background-color css
<style>
a { background-color: #899605; }
a { background-color: rgb(137,150,5); }
div.DivClassName
{
background-color: #899605;
}
.BgClassName
{
background-color: #899605;
}
</style>
border-color css
<style>
span { border-color: #899605; }
span { border-color: rgb(137,150,5); }
td.TdClassName
{
border-color: #899605;
}
.TagClassName
{
border-color: #899605;
}
</style>