Shades of Highland #859D6C
Tints of Highland #859D6C
RGB
CMYK
RGB Variations
Color information
#859D6C (or 0x859D6C) is known color: Highland. HEX triplet: 85, 9D and 6C. RGB value is (133,157,108). Sum of RGB (Red+Green+Blue) = 133+157+108=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 157 - color contains mainly: green. Hex color #859D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859D6C is #7A6293. Grayscale: #909090. Windows color (decimal): -8020628 or 7118213. OLE color: 7118213.
HSL color Cylindrical-coordinate representation of color #859D6C: hue angle of 89.39º 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 #859D6C is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 157 | 108 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.38 |
| HSL | 89.39º | 0.2% | 0.52% | - |
| HSV(B) | 89.39º | 0.31% | 0.62% | - |
| XYZ | 24.44 | 30.18 | 18.73 | - |
| YUV | 144.24 | 107.55 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 108 | 0.15 | 0 | 0.31 | 0.38 | 89.39 | 0.2 | 0.52 |
| Hex | 85 | 9D | 6C | F | 0 | 1F | 26 | 59 | 14 | 34 |
| Octal | 205 | 235 | 154 | 17 | 0 | 37 | 46 | 131 | 24 | 64 |
| Binary | 10000101 | 10011101 | 1101100 | 1111 | 0 | 11111 | 100110 | 1011001 | 10100 | 110100 |
Color Harmonies of #859D6C
Complementary color
Monochromatic Colors of #859D6C
Black with #859D6C
Text Example
Text Example
White with #859D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859D6C; }
p { color: rgb(133,157,108); }
H1.HeaderClassName
{
color: #859D6C;
}
.AnyTagClassName
{
color: #859D6C;
}
</style>
background-color css
<style>
a { background-color: #859D6C; }
a { background-color: rgb(133,157,108); }
div.DivClassName
{
background-color: #859D6C;
}
.BgClassName
{
background-color: #859D6C;
}
</style>
border-color css
<style>
span { border-color: #859D6C; }
span { border-color: rgb(133,157,108); }
td.TdClassName
{
border-color: #859D6C;
}
.TagClassName
{
border-color: #859D6C;
}
</style>