Shades of Highland #859A65
Tints of Highland #859A65
RGB
CMYK
RGB Variations
Color information
#859A65 (or 0x859A65) is known color: Highland. HEX triplet: 85, 9A and 65. RGB value is (133,154,101). Sum of RGB (Red+Green+Blue) = 133+154+101=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 154 - color contains mainly: green. Hex color #859A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859A65 is #7A659A. Grayscale: #8D8D8D. Windows color (decimal): -8021403 or 6658693. OLE color: 6658693.
HSL color Cylindrical-coordinate representation of color #859A65: hue angle of 83.77º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #859A65 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 154 | 101 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.40 |
| HSL | 83.77º | 0.21% | 0.5% | - |
| HSV(B) | 83.77º | 0.34% | 0.6% | - |
| XYZ | 23.58 | 29.04 | 16.67 | - |
| YUV | 141.68 | 105.04 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 101 | 0.14 | 0 | 0.34 | 0.40 | 83.77 | 0.21 | 0.5 |
| Hex | 85 | 9A | 65 | E | 0 | 22 | 28 | 54 | 15 | 32 |
| Octal | 205 | 232 | 145 | 16 | 0 | 42 | 50 | 124 | 25 | 62 |
| Binary | 10000101 | 10011010 | 1100101 | 1110 | 0 | 100010 | 101000 | 1010100 | 10101 | 110010 |
Color Harmonies of #859A65
Complementary color
Monochromatic Colors of #859A65
Black with #859A65
Text Example
Text Example
White with #859A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859A65; }
p { color: rgb(133,154,101); }
H1.HeaderClassName
{
color: #859A65;
}
.AnyTagClassName
{
color: #859A65;
}
</style>
background-color css
<style>
a { background-color: #859A65; }
a { background-color: rgb(133,154,101); }
div.DivClassName
{
background-color: #859A65;
}
.BgClassName
{
background-color: #859A65;
}
</style>
border-color css
<style>
span { border-color: #859A65; }
span { border-color: rgb(133,154,101); }
td.TdClassName
{
border-color: #859A65;
}
.TagClassName
{
border-color: #859A65;
}
</style>