Shades of Highland #7E9759
Tints of Highland #7E9759
RGB
CMYK
RGB Variations
Color information
#7E9759 (or 0x7E9759) is known color: Highland. HEX triplet: 7E, 97 and 59. RGB value is (126,151,89). Sum of RGB (Red+Green+Blue) = 126+151+89=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 151 - color contains mainly: green. Hex color #7E9759 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9759 is #8168A6. Grayscale: #888888. Windows color (decimal): -8480935 or 5871486. OLE color: 5871486.
HSL color Cylindrical-coordinate representation of color #7E9759: hue angle of 84.19º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7E9759 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 126 | 151 | 89 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.41 |
| HSL | 84.19º | 0.26% | 0.47% | - |
| HSV(B) | 84.19º | 0.41% | 0.59% | - |
| XYZ | 21.47 | 27.29 | 13.59 | - |
| YUV | 136.46 | 101.22 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 151 | 89 | 0.17 | 0 | 0.41 | 0.41 | 84.19 | 0.26 | 0.47 |
| Hex | 7E | 97 | 59 | 11 | 0 | 29 | 29 | 54 | 1A | 2F |
| Octal | 176 | 227 | 131 | 21 | 0 | 51 | 51 | 124 | 32 | 57 |
| Binary | 1111110 | 10010111 | 1011001 | 10001 | 0 | 101001 | 101001 | 1010100 | 11010 | 101111 |
Color Harmonies of #7E9759
Complementary color
Monochromatic Colors of #7E9759
Black with #7E9759
Text Example
Text Example
White with #7E9759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9759; }
p { color: rgb(126,151,89); }
H1.HeaderClassName
{
color: #7E9759;
}
.AnyTagClassName
{
color: #7E9759;
}
</style>
background-color css
<style>
a { background-color: #7E9759; }
a { background-color: rgb(126,151,89); }
div.DivClassName
{
background-color: #7E9759;
}
.BgClassName
{
background-color: #7E9759;
}
</style>
border-color css
<style>
span { border-color: #7E9759; }
span { border-color: rgb(126,151,89); }
td.TdClassName
{
border-color: #7E9759;
}
.TagClassName
{
border-color: #7E9759;
}
</style>