Shades of Olive #899706
Tints of Olive #899706
RGB
CMYK
RGB Variations
Color information
#899706 (or 0x899706) is known color: Olive. HEX triplet: 89, 97 and 06. RGB value is (137,151,6). Sum of RGB (Red+Green+Blue) = 137+151+6=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #899706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #899706 is #7668F9. Grayscale: #828282. Windows color (decimal): -7760122 or 432009. OLE color: 432009.
HSL color Cylindrical-coordinate representation of color #899706: hue angle of 65.79º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #899706 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 137 | 151 | 6 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.41 |
| HSL | 65.79º | 0.92% | 0.31% | - |
| HSV(B) | 65.79º | 0.96% | 0.59% | - |
| XYZ | 21.42 | 27.46 | 4.34 | - |
| YUV | 130.28 | 57.86 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 151 | 6 | 0.09 | 0 | 0.96 | 0.41 | 65.79 | 0.92 | 0.31 |
| Hex | 89 | 97 | 6 | 9 | 0 | 60 | 29 | 42 | 5C | 1F |
| Octal | 211 | 227 | 6 | 11 | 0 | 140 | 51 | 102 | 134 | 37 |
| Binary | 10001001 | 10010111 | 110 | 1001 | 0 | 1100000 | 101001 | 1000010 | 1011100 | 11111 |
Color Harmonies of #899706
Complementary color
Monochromatic Colors of #899706
Black with #899706
Text Example
Text Example
White with #899706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899706; }
p { color: rgb(137,151,6); }
H1.HeaderClassName
{
color: #899706;
}
.AnyTagClassName
{
color: #899706;
}
</style>
background-color css
<style>
a { background-color: #899706; }
a { background-color: rgb(137,151,6); }
div.DivClassName
{
background-color: #899706;
}
.BgClassName
{
background-color: #899706;
}
</style>
border-color css
<style>
span { border-color: #899706; }
span { border-color: rgb(137,151,6); }
td.TdClassName
{
border-color: #899706;
}
.TagClassName
{
border-color: #899706;
}
</style>