Shades of Highland #859A68
Tints of Highland #859A68
RGB
CMYK
RGB Variations
Color information
#859A68 (or 0x859A68) is known color: Highland. HEX triplet: 85, 9A and 68. RGB value is (133,154,104). Sum of RGB (Red+Green+Blue) = 133+154+104=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 154 - color contains mainly: green. Hex color #859A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859A68 is #7A6597. Grayscale: #8E8E8E. Windows color (decimal): -8021400 or 6855301. OLE color: 6855301.
HSL color Cylindrical-coordinate representation of color #859A68: hue angle of 85.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #859A68 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 154 | 104 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.40 |
| HSL | 85.2º | 0.2% | 0.51% | - |
| HSV(B) | 85.2º | 0.32% | 0.6% | - |
| XYZ | 23.73 | 29.1 | 17.46 | - |
| YUV | 142.02 | 106.54 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 104 | 0.14 | 0 | 0.32 | 0.40 | 85.2 | 0.2 | 0.51 |
| Hex | 85 | 9A | 68 | E | 0 | 20 | 28 | 55 | 14 | 33 |
| Octal | 205 | 232 | 150 | 16 | 0 | 40 | 50 | 125 | 24 | 63 |
| Binary | 10000101 | 10011010 | 1101000 | 1110 | 0 | 100000 | 101000 | 1010101 | 10100 | 110011 |
Color Harmonies of #859A68
Complementary color
Monochromatic Colors of #859A68
Black with #859A68
Text Example
Text Example
White with #859A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859A68; }
p { color: rgb(133,154,104); }
H1.HeaderClassName
{
color: #859A68;
}
.AnyTagClassName
{
color: #859A68;
}
</style>
background-color css
<style>
a { background-color: #859A68; }
a { background-color: rgb(133,154,104); }
div.DivClassName
{
background-color: #859A68;
}
.BgClassName
{
background-color: #859A68;
}
</style>
border-color css
<style>
span { border-color: #859A68; }
span { border-color: rgb(133,154,104); }
td.TdClassName
{
border-color: #859A68;
}
.TagClassName
{
border-color: #859A68;
}
</style>