Shades of Highland #859E68
Tints of Highland #859E68
RGB
CMYK
RGB Variations
Color information
#859E68 (or 0x859E68) is known color: Highland. HEX triplet: 85, 9E and 68. RGB value is (133,158,104). Sum of RGB (Red+Green+Blue) = 133+158+104=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 158 - color contains mainly: green. Hex color #859E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859E68 is #7A6197. Grayscale: #909090. Windows color (decimal): -8020376 or 6856325. OLE color: 6856325.
HSL color Cylindrical-coordinate representation of color #859E68: hue angle of 87.78º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #859E68 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 158 | 104 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.38 |
| HSL | 87.78º | 0.22% | 0.51% | - |
| HSV(B) | 87.78º | 0.34% | 0.62% | - |
| XYZ | 24.4 | 30.44 | 17.69 | - |
| YUV | 144.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 104 | 0.16 | 0 | 0.34 | 0.38 | 87.78 | 0.22 | 0.51 |
| Hex | 85 | 9E | 68 | 10 | 0 | 22 | 26 | 58 | 16 | 33 |
| Octal | 205 | 236 | 150 | 20 | 0 | 42 | 46 | 130 | 26 | 63 |
| Binary | 10000101 | 10011110 | 1101000 | 10000 | 0 | 100010 | 100110 | 1011000 | 10110 | 110011 |
Color Harmonies of #859E68
Complementary color
Monochromatic Colors of #859E68
Black with #859E68
Text Example
Text Example
White with #859E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859E68; }
p { color: rgb(133,158,104); }
H1.HeaderClassName
{
color: #859E68;
}
.AnyTagClassName
{
color: #859E68;
}
</style>
background-color css
<style>
a { background-color: #859E68; }
a { background-color: rgb(133,158,104); }
div.DivClassName
{
background-color: #859E68;
}
.BgClassName
{
background-color: #859E68;
}
</style>
border-color css
<style>
span { border-color: #859E68; }
span { border-color: rgb(133,158,104); }
td.TdClassName
{
border-color: #859E68;
}
.TagClassName
{
border-color: #859E68;
}
</style>