Shades of Olive #899405
Tints of Olive #899405
RGB
CMYK
RGB Variations
Color information
#899405 (or 0x899405) is known color: Olive. HEX triplet: 89, 94 and 05. RGB value is (137,148,5). Sum of RGB (Red+Green+Blue) = 137+148+5=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 148 (58.20% from 255 or 51.03% from 290); Blue value is 5 (2.34% from 255 or 1.72% from 290); Max value from RGB is 148 - color contains mainly: green. Hex color #899405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899405 is #766BFA. Grayscale: #808080. Windows color (decimal): -7760891 or 365705. OLE color: 365705.
HSL color Cylindrical-coordinate representation of color #899405: hue angle of 64.62º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #899405 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 148 | 5 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.42 |
| HSL | 64.62º | 0.93% | 0.3% | - |
| HSV(B) | 64.62º | 0.97% | 0.58% | - |
| XYZ | 20.93 | 26.51 | 4.16 | - |
| YUV | 128.41 | 58.36 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 148 | 5 | 0.07 | 0 | 0.97 | 0.42 | 64.62 | 0.93 | 0.3 |
| Hex | 89 | 94 | 5 | 7 | 0 | 61 | 2A | 41 | 5D | 1E |
| Octal | 211 | 224 | 5 | 7 | 0 | 141 | 52 | 101 | 135 | 36 |
| Binary | 10001001 | 10010100 | 101 | 111 | 0 | 1100001 | 101010 | 1000001 | 1011101 | 11110 |
Color Harmonies of #899405
Complementary color
Monochromatic Colors of #899405
Black with #899405
Text Example
Text Example
White with #899405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899405; }
p { color: rgb(137,148,5); }
H1.HeaderClassName
{
color: #899405;
}
.AnyTagClassName
{
color: #899405;
}
</style>
background-color css
<style>
a { background-color: #899405; }
a { background-color: rgb(137,148,5); }
div.DivClassName
{
background-color: #899405;
}
.BgClassName
{
background-color: #899405;
}
</style>
border-color css
<style>
span { border-color: #899405; }
span { border-color: rgb(137,148,5); }
td.TdClassName
{
border-color: #899405;
}
.TagClassName
{
border-color: #899405;
}
</style>