Shades of Olive #899301
Tints of Olive #899301
RGB
CMYK
RGB Variations
Color information
#899301 (or 0x899301) is known color: Olive. HEX triplet: 89, 93 and 01. RGB value is (137,147,1). Sum of RGB (Red+Green+Blue) = 137+147+1=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #899301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899301 is #766CFE. Grayscale: #7F7F7F. Windows color (decimal): -7761151 or 103305. OLE color: 103305.
HSL color Cylindrical-coordinate representation of color #899301: hue angle of 64.11º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #899301 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 147 | 1 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.42 |
| HSL | 64.11º | 0.99% | 0.29% | - |
| HSV(B) | 64.11º | 0.99% | 0.58% | - |
| XYZ | 20.76 | 26.19 | 3.99 | - |
| YUV | 127.37 | 56.69 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 1 | 0.07 | 0 | 0.99 | 0.42 | 64.11 | 0.99 | 0.29 |
| Hex | 89 | 93 | 1 | 7 | 0 | 63 | 2A | 40 | 63 | 1D |
| Octal | 211 | 223 | 1 | 7 | 0 | 143 | 52 | 100 | 143 | 35 |
| Binary | 10001001 | 10010011 | 1 | 111 | 0 | 1100011 | 101010 | 1000000 | 1100011 | 11101 |
Color Harmonies of #899301
Complementary color
Monochromatic Colors of #899301
Black with #899301
Text Example
Text Example
White with #899301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899301; }
p { color: rgb(137,147,1); }
H1.HeaderClassName
{
color: #899301;
}
.AnyTagClassName
{
color: #899301;
}
</style>
background-color css
<style>
a { background-color: #899301; }
a { background-color: rgb(137,147,1); }
div.DivClassName
{
background-color: #899301;
}
.BgClassName
{
background-color: #899301;
}
</style>
border-color css
<style>
span { border-color: #899301; }
span { border-color: rgb(137,147,1); }
td.TdClassName
{
border-color: #899301;
}
.TagClassName
{
border-color: #899301;
}
</style>