Shades of Highland #859A6C
Tints of Highland #859A6C
RGB
CMYK
RGB Variations
Color information
#859A6C (or 0x859A6C) is known color: Highland. HEX triplet: 85, 9A and 6C. RGB value is (133,154,108). Sum of RGB (Red+Green+Blue) = 133+154+108=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 154 - color contains mainly: green. Hex color #859A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859A6C is #7A6593. Grayscale: #8E8E8E. Windows color (decimal): -8021396 or 7117445. OLE color: 7117445.
HSL color Cylindrical-coordinate representation of color #859A6C: hue angle of 87.39º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #859A6C is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 154 | 108 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.40 |
| HSL | 87.39º | 0.19% | 0.51% | - |
| HSV(B) | 87.39º | 0.3% | 0.6% | - |
| XYZ | 23.94 | 29.18 | 18.56 | - |
| YUV | 142.48 | 108.54 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 108 | 0.14 | 0 | 0.30 | 0.40 | 87.39 | 0.19 | 0.51 |
| Hex | 85 | 9A | 6C | E | 0 | 1E | 28 | 57 | 13 | 33 |
| Octal | 205 | 232 | 154 | 16 | 0 | 36 | 50 | 127 | 23 | 63 |
| Binary | 10000101 | 10011010 | 1101100 | 1110 | 0 | 11110 | 101000 | 1010111 | 10011 | 110011 |
Color Harmonies of #859A6C
Complementary color
Monochromatic Colors of #859A6C
Black with #859A6C
Text Example
Text Example
White with #859A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859A6C; }
p { color: rgb(133,154,108); }
H1.HeaderClassName
{
color: #859A6C;
}
.AnyTagClassName
{
color: #859A6C;
}
</style>
background-color css
<style>
a { background-color: #859A6C; }
a { background-color: rgb(133,154,108); }
div.DivClassName
{
background-color: #859A6C;
}
.BgClassName
{
background-color: #859A6C;
}
</style>
border-color css
<style>
span { border-color: #859A6C; }
span { border-color: rgb(133,154,108); }
td.TdClassName
{
border-color: #859A6C;
}
.TagClassName
{
border-color: #859A6C;
}
</style>