Shades of Highland #859B64
Tints of Highland #859B64
RGB
CMYK
RGB Variations
Color information
#859B64 (or 0x859B64) is known color: Highland. HEX triplet: 85, 9B and 64. RGB value is (133,155,100). Sum of RGB (Red+Green+Blue) = 133+155+100=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 155 - color contains mainly: green. Hex color #859B64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859B64 is #7A649B. Grayscale: #8E8E8E. Windows color (decimal): -8021148 or 6593413. OLE color: 6593413.
HSL color Cylindrical-coordinate representation of color #859B64: hue angle of 84º 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 #859B64 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 155 | 100 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.39 |
| HSL | 84º | 0.22% | 0.5% | - |
| HSV(B) | 84º | 0.35% | 0.61% | - |
| XYZ | 23.69 | 29.35 | 16.47 | - |
| YUV | 142.15 | 104.21 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 100 | 0.14 | 0 | 0.35 | 0.39 | 84 | 0.22 | 0.5 |
| Hex | 85 | 9B | 64 | E | 0 | 23 | 27 | 54 | 16 | 32 |
| Octal | 205 | 233 | 144 | 16 | 0 | 43 | 47 | 124 | 26 | 62 |
| Binary | 10000101 | 10011011 | 1100100 | 1110 | 0 | 100011 | 100111 | 1010100 | 10110 | 110010 |
Color Harmonies of #859B64
Complementary color
Monochromatic Colors of #859B64
Black with #859B64
Text Example
Text Example
White with #859B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859B64; }
p { color: rgb(133,155,100); }
H1.HeaderClassName
{
color: #859B64;
}
.AnyTagClassName
{
color: #859B64;
}
</style>
background-color css
<style>
a { background-color: #859B64; }
a { background-color: rgb(133,155,100); }
div.DivClassName
{
background-color: #859B64;
}
.BgClassName
{
background-color: #859B64;
}
</style>
border-color css
<style>
span { border-color: #859B64; }
span { border-color: rgb(133,155,100); }
td.TdClassName
{
border-color: #859B64;
}
.TagClassName
{
border-color: #859B64;
}
</style>