Shades of Highland #859C65
Tints of Highland #859C65
RGB
CMYK
RGB Variations
Color information
#859C65 (or 0x859C65) is known color: Highland. HEX triplet: 85, 9C and 65. RGB value is (133,156,101). Sum of RGB (Red+Green+Blue) = 133+156+101=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 156 - color contains mainly: green. Hex color #859C65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859C65 is #7A639A. Grayscale: #8F8F8F. Windows color (decimal): -8020891 or 6659205. OLE color: 6659205.
HSL color Cylindrical-coordinate representation of color #859C65: hue angle of 85.09º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #859C65 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 156 | 101 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.39 |
| HSL | 85.09º | 0.22% | 0.5% | - |
| HSV(B) | 85.09º | 0.35% | 0.61% | - |
| XYZ | 23.91 | 29.7 | 16.78 | - |
| YUV | 142.85 | 104.38 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 101 | 0.15 | 0 | 0.35 | 0.39 | 85.09 | 0.22 | 0.5 |
| Hex | 85 | 9C | 65 | F | 0 | 23 | 27 | 55 | 16 | 32 |
| Octal | 205 | 234 | 145 | 17 | 0 | 43 | 47 | 125 | 26 | 62 |
| Binary | 10000101 | 10011100 | 1100101 | 1111 | 0 | 100011 | 100111 | 1010101 | 10110 | 110010 |
Color Harmonies of #859C65
Complementary color
Monochromatic Colors of #859C65
Black with #859C65
Text Example
Text Example
White with #859C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859C65; }
p { color: rgb(133,156,101); }
H1.HeaderClassName
{
color: #859C65;
}
.AnyTagClassName
{
color: #859C65;
}
</style>
background-color css
<style>
a { background-color: #859C65; }
a { background-color: rgb(133,156,101); }
div.DivClassName
{
background-color: #859C65;
}
.BgClassName
{
background-color: #859C65;
}
</style>
border-color css
<style>
span { border-color: #859C65; }
span { border-color: rgb(133,156,101); }
td.TdClassName
{
border-color: #859C65;
}
.TagClassName
{
border-color: #859C65;
}
</style>