Shades of Olive #899305
Tints of Olive #899305
RGB
CMYK
RGB Variations
Color information
#899305 (or 0x899305) is known color: Olive. HEX triplet: 89, 93 and 05. RGB value is (137,147,5). Sum of RGB (Red+Green+Blue) = 137+147+5=289 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.40% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #899305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899305 is #766CFA. Grayscale: #808080. Windows color (decimal): -7761147 or 365449. OLE color: 365449.
HSL color Cylindrical-coordinate representation of color #899305: hue angle of 64.23º 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 #899305 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 147 | 5 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.42 |
| HSL | 64.23º | 0.93% | 0.3% | - |
| HSV(B) | 64.23º | 0.97% | 0.58% | - |
| XYZ | 20.78 | 26.2 | 4.1 | - |
| YUV | 127.82 | 58.69 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 5 | 0.07 | 0 | 0.97 | 0.42 | 64.23 | 0.93 | 0.3 |
| Hex | 89 | 93 | 5 | 7 | 0 | 61 | 2A | 40 | 5D | 1E |
| Octal | 211 | 223 | 5 | 7 | 0 | 141 | 52 | 100 | 135 | 36 |
| Binary | 10001001 | 10010011 | 101 | 111 | 0 | 1100001 | 101010 | 1000000 | 1011101 | 11110 |
Color Harmonies of #899305
Complementary color
Monochromatic Colors of #899305
Black with #899305
Text Example
Text Example
White with #899305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899305; }
p { color: rgb(137,147,5); }
H1.HeaderClassName
{
color: #899305;
}
.AnyTagClassName
{
color: #899305;
}
</style>
background-color css
<style>
a { background-color: #899305; }
a { background-color: rgb(137,147,5); }
div.DivClassName
{
background-color: #899305;
}
.BgClassName
{
background-color: #899305;
}
</style>
border-color css
<style>
span { border-color: #899305; }
span { border-color: rgb(137,147,5); }
td.TdClassName
{
border-color: #899305;
}
.TagClassName
{
border-color: #899305;
}
</style>