Shades of Highland #899C70
Tints of Highland #899C70
RGB
CMYK
RGB Variations
Color information
#899C70 (or 0x899C70) is known color: Highland. HEX triplet: 89, 9C and 70. RGB value is (137,156,112). Sum of RGB (Red+Green+Blue) = 137+156+112=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 156 - color contains mainly: green. Hex color #899C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899C70 is #76638F. Grayscale: #919191. Windows color (decimal): -7758736 or 7380105. OLE color: 7380105.
HSL color Cylindrical-coordinate representation of color #899C70: hue angle of 85.91º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #899C70 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 156 | 112 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.39 |
| HSL | 85.91º | 0.18% | 0.53% | - |
| HSV(B) | 85.91º | 0.28% | 0.61% | - |
| XYZ | 25.13 | 30.27 | 19.85 | - |
| YUV | 145.3 | 109.21 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 112 | 0.12 | 0 | 0.28 | 0.39 | 85.91 | 0.18 | 0.53 |
| Hex | 89 | 9C | 70 | C | 0 | 1C | 27 | 56 | 12 | 35 |
| Octal | 211 | 234 | 160 | 14 | 0 | 34 | 47 | 126 | 22 | 65 |
| Binary | 10001001 | 10011100 | 1110000 | 1100 | 0 | 11100 | 100111 | 1010110 | 10010 | 110101 |
Color Harmonies of #899C70
Complementary color
Monochromatic Colors of #899C70
Black with #899C70
Text Example
Text Example
White with #899C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899C70; }
p { color: rgb(137,156,112); }
H1.HeaderClassName
{
color: #899C70;
}
.AnyTagClassName
{
color: #899C70;
}
</style>
background-color css
<style>
a { background-color: #899C70; }
a { background-color: rgb(137,156,112); }
div.DivClassName
{
background-color: #899C70;
}
.BgClassName
{
background-color: #899C70;
}
</style>
border-color css
<style>
span { border-color: #899C70; }
span { border-color: rgb(137,156,112); }
td.TdClassName
{
border-color: #899C70;
}
.TagClassName
{
border-color: #899C70;
}
</style>