Shades of Highland #768B51
Tints of Highland #768B51
RGB
CMYK
RGB Variations
Color information
#768B51 (or 0x768B51) is known color: Highland. HEX triplet: 76, 8B and 51. RGB value is (118,139,81). Sum of RGB (Red+Green+Blue) = 118+139+81=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 139 - color contains mainly: green. Hex color #768B51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768B51 is #8974AE. Grayscale: #7E7E7E. Windows color (decimal): -9008303 or 5344118. OLE color: 5344118.
HSL color Cylindrical-coordinate representation of color #768B51: hue angle of 81.72º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #768B51 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 139 | 81 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.45 |
| HSL | 81.72º | 0.26% | 0.43% | - |
| HSV(B) | 81.72º | 0.42% | 0.55% | - |
| XYZ | 18.19 | 22.91 | 11.25 | - |
| YUV | 126.11 | 102.54 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 81 | 0.15 | 0 | 0.42 | 0.45 | 81.72 | 0.26 | 0.43 |
| Hex | 76 | 8B | 51 | F | 0 | 2A | 2D | 52 | 1A | 2B |
| Octal | 166 | 213 | 121 | 17 | 0 | 52 | 55 | 122 | 32 | 53 |
| Binary | 1110110 | 10001011 | 1010001 | 1111 | 0 | 101010 | 101101 | 1010010 | 11010 | 101011 |
Color Harmonies of #768B51
Complementary color
Monochromatic Colors of #768B51
Black with #768B51
Text Example
Text Example
White with #768B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B51; }
p { color: rgb(118,139,81); }
H1.HeaderClassName
{
color: #768B51;
}
.AnyTagClassName
{
color: #768B51;
}
</style>
background-color css
<style>
a { background-color: #768B51; }
a { background-color: rgb(118,139,81); }
div.DivClassName
{
background-color: #768B51;
}
.BgClassName
{
background-color: #768B51;
}
</style>
border-color css
<style>
span { border-color: #768B51; }
span { border-color: rgb(118,139,81); }
td.TdClassName
{
border-color: #768B51;
}
.TagClassName
{
border-color: #768B51;
}
</style>