Shades of Highland #85A06C
Tints of Highland #85A06C
RGB
CMYK
RGB Variations
Color information
#85A06C (or 0x85A06C) is known color: Highland. HEX triplet: 85, A0 and 6C. RGB value is (133,160,108). Sum of RGB (Red+Green+Blue) = 133+160+108=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 160 - color contains mainly: green. Hex color #85A06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85A06C is #7A5F93. Grayscale: #929292. Windows color (decimal): -8019860 or 7118981. OLE color: 7118981.
HSL color Cylindrical-coordinate representation of color #85A06C: hue angle of 91.15º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85A06C is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 160 | 108 | - |
| CMYK | 0.17 | 0 | 0.32 | 0.37 |
| HSL | 91.15º | 0.21% | 0.53% | - |
| HSV(B) | 91.15º | 0.33% | 0.63% | - |
| XYZ | 24.95 | 31.21 | 18.9 | - |
| YUV | 146 | 106.55 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 160 | 108 | 0.17 | 0 | 0.32 | 0.37 | 91.15 | 0.21 | 0.53 |
| Hex | 85 | A0 | 6C | 11 | 0 | 20 | 25 | 5B | 15 | 35 |
| Octal | 205 | 240 | 154 | 21 | 0 | 40 | 45 | 133 | 25 | 65 |
| Binary | 10000101 | 10100000 | 1101100 | 10001 | 0 | 100000 | 100101 | 1011011 | 10101 | 110101 |
Color Harmonies of #85A06C
Complementary color
Monochromatic Colors of #85A06C
Black with #85A06C
Text Example
Text Example
White with #85A06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A06C; }
p { color: rgb(133,160,108); }
H1.HeaderClassName
{
color: #85A06C;
}
.AnyTagClassName
{
color: #85A06C;
}
</style>
background-color css
<style>
a { background-color: #85A06C; }
a { background-color: rgb(133,160,108); }
div.DivClassName
{
background-color: #85A06C;
}
.BgClassName
{
background-color: #85A06C;
}
</style>
border-color css
<style>
span { border-color: #85A06C; }
span { border-color: rgb(133,160,108); }
td.TdClassName
{
border-color: #85A06C;
}
.TagClassName
{
border-color: #85A06C;
}
</style>