Shades of Highland #899A73
Tints of Highland #899A73
RGB
CMYK
RGB Variations
Color information
#899A73 (or 0x899A73) is known color: Highland. HEX triplet: 89, 9A and 73. RGB value is (137,154,115). Sum of RGB (Red+Green+Blue) = 137+154+115=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 154 - color contains mainly: green. Hex color #899A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899A73 is #76658C. Grayscale: #909090. Windows color (decimal): -7759245 or 7576201. OLE color: 7576201.
HSL color Cylindrical-coordinate representation of color #899A73: hue angle of 86.15º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #899A73 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 154 | 115 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.40 |
| HSL | 86.15º | 0.16% | 0.53% | - |
| HSV(B) | 86.15º | 0.25% | 0.6% | - |
| XYZ | 24.97 | 29.67 | 20.63 | - |
| YUV | 144.47 | 111.37 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 115 | 0.11 | 0 | 0.25 | 0.40 | 86.15 | 0.16 | 0.53 |
| Hex | 89 | 9A | 73 | B | 0 | 19 | 28 | 56 | 10 | 35 |
| Octal | 211 | 232 | 163 | 13 | 0 | 31 | 50 | 126 | 20 | 65 |
| Binary | 10001001 | 10011010 | 1110011 | 1011 | 0 | 11001 | 101000 | 1010110 | 10000 | 110101 |
Color Harmonies of #899A73
Complementary color
Monochromatic Colors of #899A73
Black with #899A73
Text Example
Text Example
White with #899A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899A73; }
p { color: rgb(137,154,115); }
H1.HeaderClassName
{
color: #899A73;
}
.AnyTagClassName
{
color: #899A73;
}
</style>
background-color css
<style>
a { background-color: #899A73; }
a { background-color: rgb(137,154,115); }
div.DivClassName
{
background-color: #899A73;
}
.BgClassName
{
background-color: #899A73;
}
</style>
border-color css
<style>
span { border-color: #899A73; }
span { border-color: rgb(137,154,115); }
td.TdClassName
{
border-color: #899A73;
}
.TagClassName
{
border-color: #899A73;
}
</style>