Shades of Highland #859A62
Tints of Highland #859A62
RGB
CMYK
RGB Variations
Color information
#859A62 (or 0x859A62) is known color: Highland. HEX triplet: 85, 9A and 62. RGB value is (133,154,98). Sum of RGB (Red+Green+Blue) = 133+154+98=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 154 - color contains mainly: green. Hex color #859A62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859A62 is #7A659D. Grayscale: #8D8D8D. Windows color (decimal): -8021406 or 6462085. OLE color: 6462085.
HSL color Cylindrical-coordinate representation of color #859A62: hue angle of 82.5º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #859A62 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 154 | 98 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.40 |
| HSL | 82.5º | 0.22% | 0.49% | - |
| HSV(B) | 82.5º | 0.36% | 0.6% | - |
| XYZ | 23.43 | 28.98 | 15.91 | - |
| YUV | 141.34 | 103.54 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 98 | 0.14 | 0 | 0.36 | 0.40 | 82.5 | 0.22 | 0.49 |
| Hex | 85 | 9A | 62 | E | 0 | 24 | 28 | 52 | 16 | 31 |
| Octal | 205 | 232 | 142 | 16 | 0 | 44 | 50 | 122 | 26 | 61 |
| Binary | 10000101 | 10011010 | 1100010 | 1110 | 0 | 100100 | 101000 | 1010010 | 10110 | 110001 |
Color Harmonies of #859A62
Complementary color
Monochromatic Colors of #859A62
Black with #859A62
Text Example
Text Example
White with #859A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859A62; }
p { color: rgb(133,154,98); }
H1.HeaderClassName
{
color: #859A62;
}
.AnyTagClassName
{
color: #859A62;
}
</style>
background-color css
<style>
a { background-color: #859A62; }
a { background-color: rgb(133,154,98); }
div.DivClassName
{
background-color: #859A62;
}
.BgClassName
{
background-color: #859A62;
}
</style>
border-color css
<style>
span { border-color: #859A62; }
span { border-color: rgb(133,154,98); }
td.TdClassName
{
border-color: #859A62;
}
.TagClassName
{
border-color: #859A62;
}
</style>