Shades of Highland #859B67
Tints of Highland #859B67
RGB
CMYK
RGB Variations
Color information
#859B67 (or 0x859B67) is known color: Highland. HEX triplet: 85, 9B and 67. RGB value is (133,155,103). Sum of RGB (Red+Green+Blue) = 133+155+103=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 155 - color contains mainly: green. Hex color #859B67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859B67 is #7A6498. Grayscale: #8E8E8E. Windows color (decimal): -8021145 or 6790021. OLE color: 6790021.
HSL color Cylindrical-coordinate representation of color #859B67: hue angle of 85.38º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #859B67 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 155 | 103 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.39 |
| HSL | 85.38º | 0.21% | 0.51% | - |
| HSV(B) | 85.38º | 0.34% | 0.61% | - |
| XYZ | 23.84 | 29.41 | 17.25 | - |
| YUV | 142.49 | 105.71 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 103 | 0.14 | 0 | 0.34 | 0.39 | 85.38 | 0.21 | 0.51 |
| Hex | 85 | 9B | 67 | E | 0 | 22 | 27 | 55 | 15 | 33 |
| Octal | 205 | 233 | 147 | 16 | 0 | 42 | 47 | 125 | 25 | 63 |
| Binary | 10000101 | 10011011 | 1100111 | 1110 | 0 | 100010 | 100111 | 1010101 | 10101 | 110011 |
Color Harmonies of #859B67
Complementary color
Monochromatic Colors of #859B67
Black with #859B67
Text Example
Text Example
White with #859B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859B67; }
p { color: rgb(133,155,103); }
H1.HeaderClassName
{
color: #859B67;
}
.AnyTagClassName
{
color: #859B67;
}
</style>
background-color css
<style>
a { background-color: #859B67; }
a { background-color: rgb(133,155,103); }
div.DivClassName
{
background-color: #859B67;
}
.BgClassName
{
background-color: #859B67;
}
</style>
border-color css
<style>
span { border-color: #859B67; }
span { border-color: rgb(133,155,103); }
td.TdClassName
{
border-color: #859B67;
}
.TagClassName
{
border-color: #859B67;
}
</style>