Shades of Highland #899D71
Tints of Highland #899D71
RGB
CMYK
RGB Variations
Color information
#899D71 (or 0x899D71) is known color: Highland. HEX triplet: 89, 9D and 71. RGB value is (137,157,113). Sum of RGB (Red+Green+Blue) = 137+157+113=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 157 - color contains mainly: green. Hex color #899D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899D71 is #76628E. Grayscale: #929292. Windows color (decimal): -7758479 or 7445897. OLE color: 7445897.
HSL color Cylindrical-coordinate representation of color #899D71: hue angle of 87.27º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #899D71 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 157 | 113 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.38 |
| HSL | 87.27º | 0.18% | 0.53% | - |
| HSV(B) | 87.27º | 0.28% | 0.62% | - |
| XYZ | 25.35 | 30.62 | 20.2 | - |
| YUV | 146 | 109.37 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 113 | 0.13 | 0 | 0.28 | 0.38 | 87.27 | 0.18 | 0.53 |
| Hex | 89 | 9D | 71 | D | 0 | 1C | 26 | 57 | 12 | 35 |
| Octal | 211 | 235 | 161 | 15 | 0 | 34 | 46 | 127 | 22 | 65 |
| Binary | 10001001 | 10011101 | 1110001 | 1101 | 0 | 11100 | 100110 | 1010111 | 10010 | 110101 |
Color Harmonies of #899D71
Complementary color
Monochromatic Colors of #899D71
Black with #899D71
Text Example
Text Example
White with #899D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899D71; }
p { color: rgb(137,157,113); }
H1.HeaderClassName
{
color: #899D71;
}
.AnyTagClassName
{
color: #899D71;
}
</style>
background-color css
<style>
a { background-color: #899D71; }
a { background-color: rgb(137,157,113); }
div.DivClassName
{
background-color: #899D71;
}
.BgClassName
{
background-color: #899D71;
}
</style>
border-color css
<style>
span { border-color: #899D71; }
span { border-color: rgb(137,157,113); }
td.TdClassName
{
border-color: #899D71;
}
.TagClassName
{
border-color: #899D71;
}
</style>