Shades of Highland #889D71
Tints of Highland #889D71
RGB
CMYK
RGB Variations
Color information
#889D71 (or 0x889D71) is known color: Highland. HEX triplet: 88, 9D and 71. RGB value is (136,157,113). Sum of RGB (Red+Green+Blue) = 136+157+113=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 157 - color contains mainly: green. Hex color #889D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889D71 is #77628E. Grayscale: #919191. Windows color (decimal): -7824015 or 7445896. OLE color: 7445896.
HSL color Cylindrical-coordinate representation of color #889D71: hue angle of 88.64º 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 #889D71 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 157 | 113 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.38 |
| HSL | 88.64º | 0.18% | 0.53% | - |
| HSV(B) | 88.64º | 0.28% | 0.62% | - |
| XYZ | 25.19 | 30.54 | 20.19 | - |
| YUV | 145.71 | 109.54 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 113 | 0.13 | 0 | 0.28 | 0.38 | 88.64 | 0.18 | 0.53 |
| Hex | 88 | 9D | 71 | D | 0 | 1C | 26 | 59 | 12 | 35 |
| Octal | 210 | 235 | 161 | 15 | 0 | 34 | 46 | 131 | 22 | 65 |
| Binary | 10001000 | 10011101 | 1110001 | 1101 | 0 | 11100 | 100110 | 1011001 | 10010 | 110101 |
Color Harmonies of #889D71
Complementary color
Monochromatic Colors of #889D71
Black with #889D71
Text Example
Text Example
White with #889D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889D71; }
p { color: rgb(136,157,113); }
H1.HeaderClassName
{
color: #889D71;
}
.AnyTagClassName
{
color: #889D71;
}
</style>
background-color css
<style>
a { background-color: #889D71; }
a { background-color: rgb(136,157,113); }
div.DivClassName
{
background-color: #889D71;
}
.BgClassName
{
background-color: #889D71;
}
</style>
border-color css
<style>
span { border-color: #889D71; }
span { border-color: rgb(136,157,113); }
td.TdClassName
{
border-color: #889D71;
}
.TagClassName
{
border-color: #889D71;
}
</style>