Shades of Highland #889D6D
Tints of Highland #889D6D
RGB
CMYK
RGB Variations
Color information
#889D6D (or 0x889D6D) is known color: Highland. HEX triplet: 88, 9D and 6D. RGB value is (136,157,109). Sum of RGB (Red+Green+Blue) = 136+157+109=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 157 - color contains mainly: green. Hex color #889D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889D6D is #776292. Grayscale: #919191. Windows color (decimal): -7824019 or 7183752. OLE color: 7183752.
HSL color Cylindrical-coordinate representation of color #889D6D: hue angle of 86.25º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #889D6D is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 157 | 109 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.38 |
| HSL | 86.25º | 0.2% | 0.52% | - |
| HSV(B) | 86.25º | 0.31% | 0.62% | - |
| XYZ | 24.97 | 30.45 | 19.03 | - |
| YUV | 145.25 | 107.54 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 157 | 109 | 0.13 | 0 | 0.31 | 0.38 | 86.25 | 0.2 | 0.52 |
| Hex | 88 | 9D | 6D | D | 0 | 1F | 26 | 56 | 14 | 34 |
| Octal | 210 | 235 | 155 | 15 | 0 | 37 | 46 | 126 | 24 | 64 |
| Binary | 10001000 | 10011101 | 1101101 | 1101 | 0 | 11111 | 100110 | 1010110 | 10100 | 110100 |
Color Harmonies of #889D6D
Complementary color
Monochromatic Colors of #889D6D
Black with #889D6D
Text Example
Text Example
White with #889D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889D6D; }
p { color: rgb(136,157,109); }
H1.HeaderClassName
{
color: #889D6D;
}
.AnyTagClassName
{
color: #889D6D;
}
</style>
background-color css
<style>
a { background-color: #889D6D; }
a { background-color: rgb(136,157,109); }
div.DivClassName
{
background-color: #889D6D;
}
.BgClassName
{
background-color: #889D6D;
}
</style>
border-color css
<style>
span { border-color: #889D6D; }
span { border-color: rgb(136,157,109); }
td.TdClassName
{
border-color: #889D6D;
}
.TagClassName
{
border-color: #889D6D;
}
</style>