Shades of Highland #86A06E
Tints of Highland #86A06E
RGB
CMYK
RGB Variations
Color information
#86A06E (or 0x86A06E) is known color: Highland. HEX triplet: 86, A0 and 6E. RGB value is (134,160,110). Sum of RGB (Red+Green+Blue) = 134+160+110=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 160 - color contains mainly: green. Hex color #86A06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A06E is #795F91. Grayscale: #929292. Windows color (decimal): -7954322 or 7250054. OLE color: 7250054.
HSL color Cylindrical-coordinate representation of color #86A06E: hue angle of 91.2º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86A06E is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 160 | 110 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.37 |
| HSL | 91.2º | 0.21% | 0.53% | - |
| HSV(B) | 91.2º | 0.31% | 0.63% | - |
| XYZ | 25.22 | 31.34 | 19.47 | - |
| YUV | 146.53 | 107.39 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 160 | 110 | 0.16 | 0 | 0.31 | 0.37 | 91.2 | 0.21 | 0.53 |
| Hex | 86 | A0 | 6E | 10 | 0 | 1F | 25 | 5B | 15 | 35 |
| Octal | 206 | 240 | 156 | 20 | 0 | 37 | 45 | 133 | 25 | 65 |
| Binary | 10000110 | 10100000 | 1101110 | 10000 | 0 | 11111 | 100101 | 1011011 | 10101 | 110101 |
Color Harmonies of #86A06E
Complementary color
Monochromatic Colors of #86A06E
Black with #86A06E
Text Example
Text Example
White with #86A06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A06E; }
p { color: rgb(134,160,110); }
H1.HeaderClassName
{
color: #86A06E;
}
.AnyTagClassName
{
color: #86A06E;
}
</style>
background-color css
<style>
a { background-color: #86A06E; }
a { background-color: rgb(134,160,110); }
div.DivClassName
{
background-color: #86A06E;
}
.BgClassName
{
background-color: #86A06E;
}
</style>
border-color css
<style>
span { border-color: #86A06E; }
span { border-color: rgb(134,160,110); }
td.TdClassName
{
border-color: #86A06E;
}
.TagClassName
{
border-color: #86A06E;
}
</style>