Shades of Highland #768E57
Tints of Highland #768E57
RGB
CMYK
RGB Variations
Color information
#768E57 (or 0x768E57) is known color: Highland. HEX triplet: 76, 8E and 57. RGB value is (118,142,87). Sum of RGB (Red+Green+Blue) = 118+142+87=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 142 - color contains mainly: green. Hex color #768E57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768E57 is #8971A8. Grayscale: #808080. Windows color (decimal): -9007529 or 5738102. OLE color: 5738102.
HSL color Cylindrical-coordinate representation of color #768E57: hue angle of 86.18º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #768E57 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 142 | 87 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.44 |
| HSL | 86.18º | 0.24% | 0.45% | - |
| HSV(B) | 86.18º | 0.39% | 0.56% | - |
| XYZ | 18.86 | 23.89 | 12.63 | - |
| YUV | 128.55 | 104.55 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 87 | 0.17 | 0 | 0.39 | 0.44 | 86.18 | 0.24 | 0.45 |
| Hex | 76 | 8E | 57 | 11 | 0 | 27 | 2C | 56 | 18 | 2D |
| Octal | 166 | 216 | 127 | 21 | 0 | 47 | 54 | 126 | 30 | 55 |
| Binary | 1110110 | 10001110 | 1010111 | 10001 | 0 | 100111 | 101100 | 1010110 | 11000 | 101101 |
Color Harmonies of #768E57
Complementary color
Monochromatic Colors of #768E57
Black with #768E57
Text Example
Text Example
White with #768E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768E57; }
p { color: rgb(118,142,87); }
H1.HeaderClassName
{
color: #768E57;
}
.AnyTagClassName
{
color: #768E57;
}
</style>
background-color css
<style>
a { background-color: #768E57; }
a { background-color: rgb(118,142,87); }
div.DivClassName
{
background-color: #768E57;
}
.BgClassName
{
background-color: #768E57;
}
</style>
border-color css
<style>
span { border-color: #768E57; }
span { border-color: rgb(118,142,87); }
td.TdClassName
{
border-color: #768E57;
}
.TagClassName
{
border-color: #768E57;
}
</style>