Shades of Highland #859A67
Tints of Highland #859A67
RGB
CMYK
RGB Variations
Color information
#859A67 (or 0x859A67) is known color: Highland. HEX triplet: 85, 9A and 67. RGB value is (133,154,103). Sum of RGB (Red+Green+Blue) = 133+154+103=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 154 - color contains mainly: green. Hex color #859A67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859A67 is #7A6598. Grayscale: #8E8E8E. Windows color (decimal): -8021401 or 6789765. OLE color: 6789765.
HSL color Cylindrical-coordinate representation of color #859A67: hue angle of 84.71º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #859A67 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 154 | 103 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.40 |
| HSL | 84.71º | 0.2% | 0.5% | - |
| HSV(B) | 84.71º | 0.33% | 0.6% | - |
| XYZ | 23.68 | 29.08 | 17.2 | - |
| YUV | 141.91 | 106.04 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 103 | 0.14 | 0 | 0.33 | 0.40 | 84.71 | 0.2 | 0.5 |
| Hex | 85 | 9A | 67 | E | 0 | 21 | 28 | 55 | 14 | 32 |
| Octal | 205 | 232 | 147 | 16 | 0 | 41 | 50 | 125 | 24 | 62 |
| Binary | 10000101 | 10011010 | 1100111 | 1110 | 0 | 100001 | 101000 | 1010101 | 10100 | 110010 |
Color Harmonies of #859A67
Complementary color
Monochromatic Colors of #859A67
Black with #859A67
Text Example
Text Example
White with #859A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859A67; }
p { color: rgb(133,154,103); }
H1.HeaderClassName
{
color: #859A67;
}
.AnyTagClassName
{
color: #859A67;
}
</style>
background-color css
<style>
a { background-color: #859A67; }
a { background-color: rgb(133,154,103); }
div.DivClassName
{
background-color: #859A67;
}
.BgClassName
{
background-color: #859A67;
}
</style>
border-color css
<style>
span { border-color: #859A67; }
span { border-color: rgb(133,154,103); }
td.TdClassName
{
border-color: #859A67;
}
.TagClassName
{
border-color: #859A67;
}
</style>