Shades of Highland #768F51
Tints of Highland #768F51
RGB
CMYK
RGB Variations
Color information
#768F51 (or 0x768F51) is known color: Highland. HEX triplet: 76, 8F and 51. RGB value is (118,143,81). Sum of RGB (Red+Green+Blue) = 118+143+81=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 143 - color contains mainly: green. Hex color #768F51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768F51 is #8970AE. Grayscale: #808080. Windows color (decimal): -9007279 or 5345142. OLE color: 5345142.
HSL color Cylindrical-coordinate representation of color #768F51: hue angle of 84.19º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #768F51 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 143 | 81 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.44 |
| HSL | 84.19º | 0.28% | 0.44% | - |
| HSV(B) | 84.19º | 0.43% | 0.56% | - |
| XYZ | 18.78 | 24.09 | 11.44 | - |
| YUV | 128.46 | 101.22 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 81 | 0.17 | 0 | 0.43 | 0.44 | 84.19 | 0.28 | 0.44 |
| Hex | 76 | 8F | 51 | 11 | 0 | 2B | 2C | 54 | 1C | 2C |
| Octal | 166 | 217 | 121 | 21 | 0 | 53 | 54 | 124 | 34 | 54 |
| Binary | 1110110 | 10001111 | 1010001 | 10001 | 0 | 101011 | 101100 | 1010100 | 11100 | 101100 |
Color Harmonies of #768F51
Complementary color
Monochromatic Colors of #768F51
Black with #768F51
Text Example
Text Example
White with #768F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768F51; }
p { color: rgb(118,143,81); }
H1.HeaderClassName
{
color: #768F51;
}
.AnyTagClassName
{
color: #768F51;
}
</style>
background-color css
<style>
a { background-color: #768F51; }
a { background-color: rgb(118,143,81); }
div.DivClassName
{
background-color: #768F51;
}
.BgClassName
{
background-color: #768F51;
}
</style>
border-color css
<style>
span { border-color: #768F51; }
span { border-color: rgb(118,143,81); }
td.TdClassName
{
border-color: #768F51;
}
.TagClassName
{
border-color: #768F51;
}
</style>