Shades of Highland #859C68
Tints of Highland #859C68
RGB
CMYK
RGB Variations
Color information
#859C68 (or 0x859C68) is known color: Highland. HEX triplet: 85, 9C and 68. RGB value is (133,156,104). Sum of RGB (Red+Green+Blue) = 133+156+104=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 156 - color contains mainly: green. Hex color #859C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859C68 is #7A6397. Grayscale: #8F8F8F. Windows color (decimal): -8020888 or 6855813. OLE color: 6855813.
HSL color Cylindrical-coordinate representation of color #859C68: hue angle of 86.54º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #859C68 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 156 | 104 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.39 |
| HSL | 86.54º | 0.21% | 0.51% | - |
| HSV(B) | 86.54º | 0.33% | 0.61% | - |
| XYZ | 24.06 | 29.76 | 17.57 | - |
| YUV | 143.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 104 | 0.15 | 0 | 0.33 | 0.39 | 86.54 | 0.21 | 0.51 |
| Hex | 85 | 9C | 68 | F | 0 | 21 | 27 | 57 | 15 | 33 |
| Octal | 205 | 234 | 150 | 17 | 0 | 41 | 47 | 127 | 25 | 63 |
| Binary | 10000101 | 10011100 | 1101000 | 1111 | 0 | 100001 | 100111 | 1010111 | 10101 | 110011 |
Color Harmonies of #859C68
Complementary color
Monochromatic Colors of #859C68
Black with #859C68
Text Example
Text Example
White with #859C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859C68; }
p { color: rgb(133,156,104); }
H1.HeaderClassName
{
color: #859C68;
}
.AnyTagClassName
{
color: #859C68;
}
</style>
background-color css
<style>
a { background-color: #859C68; }
a { background-color: rgb(133,156,104); }
div.DivClassName
{
background-color: #859C68;
}
.BgClassName
{
background-color: #859C68;
}
</style>
border-color css
<style>
span { border-color: #859C68; }
span { border-color: rgb(133,156,104); }
td.TdClassName
{
border-color: #859C68;
}
.TagClassName
{
border-color: #859C68;
}
</style>