Shades of Highland #899C73
Tints of Highland #899C73
RGB
CMYK
RGB Variations
Color information
#899C73 (or 0x899C73) is known color: Highland. HEX triplet: 89, 9C and 73. RGB value is (137,156,115). Sum of RGB (Red+Green+Blue) = 137+156+115=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 156 - color contains mainly: green. Hex color #899C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899C73 is #76638C. Grayscale: #919191. Windows color (decimal): -7758733 or 7576713. OLE color: 7576713.
HSL color Cylindrical-coordinate representation of color #899C73: hue angle of 87.8º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #899C73 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 156 | 115 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.39 |
| HSL | 87.8º | 0.17% | 0.53% | - |
| HSV(B) | 87.8º | 0.26% | 0.61% | - |
| XYZ | 25.3 | 30.33 | 20.74 | - |
| YUV | 145.65 | 110.71 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 115 | 0.12 | 0 | 0.26 | 0.39 | 87.8 | 0.17 | 0.53 |
| Hex | 89 | 9C | 73 | C | 0 | 1A | 27 | 58 | 11 | 35 |
| Octal | 211 | 234 | 163 | 14 | 0 | 32 | 47 | 130 | 21 | 65 |
| Binary | 10001001 | 10011100 | 1110011 | 1100 | 0 | 11010 | 100111 | 1011000 | 10001 | 110101 |
Color Harmonies of #899C73
Complementary color
Monochromatic Colors of #899C73
Black with #899C73
Text Example
Text Example
White with #899C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899C73; }
p { color: rgb(137,156,115); }
H1.HeaderClassName
{
color: #899C73;
}
.AnyTagClassName
{
color: #899C73;
}
</style>
background-color css
<style>
a { background-color: #899C73; }
a { background-color: rgb(137,156,115); }
div.DivClassName
{
background-color: #899C73;
}
.BgClassName
{
background-color: #899C73;
}
</style>
border-color css
<style>
span { border-color: #899C73; }
span { border-color: rgb(137,156,115); }
td.TdClassName
{
border-color: #899C73;
}
.TagClassName
{
border-color: #899C73;
}
</style>