Shades of Highland #859961
Tints of Highland #859961
RGB
CMYK
RGB Variations
Color information
#859961 (or 0x859961) is known color: Highland. HEX triplet: 85, 99 and 61. RGB value is (133,153,97). Sum of RGB (Red+Green+Blue) = 133+153+97=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 153 - color contains mainly: green. Hex color #859961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859961 is #7A669E. Grayscale: #8C8C8C. Windows color (decimal): -8021663 or 6396293. OLE color: 6396293.
HSL color Cylindrical-coordinate representation of color #859961: hue angle of 81.43º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #859961 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 97 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.4 |
| HSL | 81.43º | 0.22% | 0.49% | - |
| HSV(B) | 81.43º | 0.37% | 0.6% | - |
| XYZ | 23.22 | 28.63 | 15.61 | - |
| YUV | 140.64 | 103.37 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 97 | 0.13 | 0 | 0.37 | 0.4 | 81.43 | 0.22 | 0.49 |
| Hex | 85 | 99 | 61 | D | 0 | 25 | 28 | 51 | 16 | 31 |
| Octal | 205 | 231 | 141 | 15 | 0 | 45 | 50 | 121 | 26 | 61 |
| Binary | 10000101 | 10011001 | 1100001 | 1101 | 0 | 100101 | 101000 | 1010001 | 10110 | 110001 |
Color Harmonies of #859961
Complementary color
Monochromatic Colors of #859961
Black with #859961
Text Example
Text Example
White with #859961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859961; }
p { color: rgb(133,153,97); }
H1.HeaderClassName
{
color: #859961;
}
.AnyTagClassName
{
color: #859961;
}
</style>
background-color css
<style>
a { background-color: #859961; }
a { background-color: rgb(133,153,97); }
div.DivClassName
{
background-color: #859961;
}
.BgClassName
{
background-color: #859961;
}
</style>
border-color css
<style>
span { border-color: #859961; }
span { border-color: rgb(133,153,97); }
td.TdClassName
{
border-color: #859961;
}
.TagClassName
{
border-color: #859961;
}
</style>