Shades of Highland #768B4E
Tints of Highland #768B4E
RGB
CMYK
RGB Variations
Color information
#768B4E (or 0x768B4E) is known color: Highland. HEX triplet: 76, 8B and 4E. RGB value is (118,139,78). Sum of RGB (Red+Green+Blue) = 118+139+78=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 139 - color contains mainly: green. Hex color #768B4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768B4E is #8974B1. Grayscale: #7D7D7D. Windows color (decimal): -9008306 or 5147510. OLE color: 5147510.
HSL color Cylindrical-coordinate representation of color #768B4E: hue angle of 80.66º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #768B4E is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 139 | 78 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.45 |
| HSL | 80.66º | 0.28% | 0.43% | - |
| HSV(B) | 80.66º | 0.44% | 0.55% | - |
| XYZ | 18.08 | 22.87 | 10.67 | - |
| YUV | 125.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 78 | 0.15 | 0 | 0.44 | 0.45 | 80.66 | 0.28 | 0.43 |
| Hex | 76 | 8B | 4E | F | 0 | 2C | 2D | 51 | 1C | 2B |
| Octal | 166 | 213 | 116 | 17 | 0 | 54 | 55 | 121 | 34 | 53 |
| Binary | 1110110 | 10001011 | 1001110 | 1111 | 0 | 101100 | 101101 | 1010001 | 11100 | 101011 |
Color Harmonies of #768B4E
Complementary color
Monochromatic Colors of #768B4E
Black with #768B4E
Text Example
Text Example
White with #768B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B4E; }
p { color: rgb(118,139,78); }
H1.HeaderClassName
{
color: #768B4E;
}
.AnyTagClassName
{
color: #768B4E;
}
</style>
background-color css
<style>
a { background-color: #768B4E; }
a { background-color: rgb(118,139,78); }
div.DivClassName
{
background-color: #768B4E;
}
.BgClassName
{
background-color: #768B4E;
}
</style>
border-color css
<style>
span { border-color: #768B4E; }
span { border-color: rgb(118,139,78); }
td.TdClassName
{
border-color: #768B4E;
}
.TagClassName
{
border-color: #768B4E;
}
</style>