Shades of Highland #899D73
Tints of Highland #899D73
RGB
CMYK
RGB Variations
Color information
#899D73 (or 0x899D73) is known color: Highland. HEX triplet: 89, 9D and 73. RGB value is (137,157,115). Sum of RGB (Red+Green+Blue) = 137+157+115=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 157 - color contains mainly: green. Hex color #899D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899D73 is #76628C. Grayscale: #929292. Windows color (decimal): -7758477 or 7576969. OLE color: 7576969.
HSL color Cylindrical-coordinate representation of color #899D73: hue angle of 88.57º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #899D73 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 157 | 115 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.38 |
| HSL | 88.57º | 0.18% | 0.53% | - |
| HSV(B) | 88.57º | 0.27% | 0.62% | - |
| XYZ | 25.47 | 30.67 | 20.8 | - |
| YUV | 146.23 | 110.37 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 115 | 0.13 | 0 | 0.27 | 0.38 | 88.57 | 0.18 | 0.53 |
| Hex | 89 | 9D | 73 | D | 0 | 1B | 26 | 59 | 12 | 35 |
| Octal | 211 | 235 | 163 | 15 | 0 | 33 | 46 | 131 | 22 | 65 |
| Binary | 10001001 | 10011101 | 1110011 | 1101 | 0 | 11011 | 100110 | 1011001 | 10010 | 110101 |
Color Harmonies of #899D73
Complementary color
Monochromatic Colors of #899D73
Black with #899D73
Text Example
Text Example
White with #899D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899D73; }
p { color: rgb(137,157,115); }
H1.HeaderClassName
{
color: #899D73;
}
.AnyTagClassName
{
color: #899D73;
}
</style>
background-color css
<style>
a { background-color: #899D73; }
a { background-color: rgb(137,157,115); }
div.DivClassName
{
background-color: #899D73;
}
.BgClassName
{
background-color: #899D73;
}
</style>
border-color css
<style>
span { border-color: #899D73; }
span { border-color: rgb(137,157,115); }
td.TdClassName
{
border-color: #899D73;
}
.TagClassName
{
border-color: #899D73;
}
</style>