Shades of Olive #899306
Tints of Olive #899306
RGB
CMYK
RGB Variations
Color information
#899306 (or 0x899306) is known color: Olive. HEX triplet: 89, 93 and 06. RGB value is (137,147,6). Sum of RGB (Red+Green+Blue) = 137+147+6=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 147 (57.81% from 255 or 50.69% from 290); Blue value is 6 (2.73% from 255 or 2.07% from 290); Max value from RGB is 147 - color contains mainly: green. Hex color #899306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899306 is #766CF9. Grayscale: #808080. Windows color (decimal): -7761146 or 430985. OLE color: 430985.
HSL color Cylindrical-coordinate representation of color #899306: hue angle of 64.26º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #899306 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 137 | 147 | 6 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.42 |
| HSL | 64.26º | 0.92% | 0.3% | - |
| HSV(B) | 64.26º | 0.96% | 0.58% | - |
| XYZ | 20.78 | 26.2 | 4.13 | - |
| YUV | 127.94 | 59.19 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 147 | 6 | 0.07 | 0 | 0.96 | 0.42 | 64.26 | 0.92 | 0.3 |
| Hex | 89 | 93 | 6 | 7 | 0 | 60 | 2A | 40 | 5C | 1E |
| Octal | 211 | 223 | 6 | 7 | 0 | 140 | 52 | 100 | 134 | 36 |
| Binary | 10001001 | 10010011 | 110 | 111 | 0 | 1100000 | 101010 | 1000000 | 1011100 | 11110 |
Color Harmonies of #899306
Complementary color
Monochromatic Colors of #899306
Black with #899306
Text Example
Text Example
White with #899306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899306; }
p { color: rgb(137,147,6); }
H1.HeaderClassName
{
color: #899306;
}
.AnyTagClassName
{
color: #899306;
}
</style>
background-color css
<style>
a { background-color: #899306; }
a { background-color: rgb(137,147,6); }
div.DivClassName
{
background-color: #899306;
}
.BgClassName
{
background-color: #899306;
}
</style>
border-color css
<style>
span { border-color: #899306; }
span { border-color: rgb(137,147,6); }
td.TdClassName
{
border-color: #899306;
}
.TagClassName
{
border-color: #899306;
}
</style>