Shades of Highland #889B6C
Tints of Highland #889B6C
RGB
CMYK
RGB Variations
Color information
#889B6C (or 0x889B6C) is known color: Highland. HEX triplet: 88, 9B and 6C. RGB value is (136,155,108). Sum of RGB (Red+Green+Blue) = 136+155+108=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #889B6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889B6C is #776493. Grayscale: #909090. Windows color (decimal): -7824532 or 7117704. OLE color: 7117704.
HSL color Cylindrical-coordinate representation of color #889B6C: hue angle of 84.26º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #889B6C is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 136 | 155 | 108 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.39 |
| HSL | 84.26º | 0.19% | 0.52% | - |
| HSV(B) | 84.26º | 0.3% | 0.61% | - |
| XYZ | 24.58 | 29.76 | 18.64 | - |
| YUV | 143.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 108 | 0.12 | 0 | 0.30 | 0.39 | 84.26 | 0.19 | 0.52 |
| Hex | 88 | 9B | 6C | C | 0 | 1E | 27 | 54 | 13 | 34 |
| Octal | 210 | 233 | 154 | 14 | 0 | 36 | 47 | 124 | 23 | 64 |
| Binary | 10001000 | 10011011 | 1101100 | 1100 | 0 | 11110 | 100111 | 1010100 | 10011 | 110100 |
Color Harmonies of #889B6C
Complementary color
Monochromatic Colors of #889B6C
Black with #889B6C
Text Example
Text Example
White with #889B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889B6C; }
p { color: rgb(136,155,108); }
H1.HeaderClassName
{
color: #889B6C;
}
.AnyTagClassName
{
color: #889B6C;
}
</style>
background-color css
<style>
a { background-color: #889B6C; }
a { background-color: rgb(136,155,108); }
div.DivClassName
{
background-color: #889B6C;
}
.BgClassName
{
background-color: #889B6C;
}
</style>
border-color css
<style>
span { border-color: #889B6C; }
span { border-color: rgb(136,155,108); }
td.TdClassName
{
border-color: #889B6C;
}
.TagClassName
{
border-color: #889B6C;
}
</style>