Shades of Highland #7E8D59
Tints of Highland #7E8D59
RGB
CMYK
RGB Variations
Color information
#7E8D59 (or 0x7E8D59) is known color: Highland. HEX triplet: 7E, 8D and 59. RGB value is (126,141,89). Sum of RGB (Red+Green+Blue) = 126+141+89=356 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.39% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 141 - color contains mainly: green. Hex color #7E8D59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8D59 is #8172A6. Grayscale: #828282. Windows color (decimal): -8483495 or 5868926. OLE color: 5868926.
HSL color Cylindrical-coordinate representation of color #7E8D59: hue angle of 77.31º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E8D59 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 141 | 89 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.45 |
| HSL | 77.31º | 0.23% | 0.45% | - |
| HSV(B) | 77.31º | 0.37% | 0.55% | - |
| XYZ | 19.93 | 24.21 | 13.07 | - |
| YUV | 130.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 141 | 89 | 0.11 | 0 | 0.37 | 0.45 | 77.31 | 0.23 | 0.45 |
| Hex | 7E | 8D | 59 | B | 0 | 25 | 2D | 4D | 17 | 2D |
| Octal | 176 | 215 | 131 | 13 | 0 | 45 | 55 | 115 | 27 | 55 |
| Binary | 1111110 | 10001101 | 1011001 | 1011 | 0 | 100101 | 101101 | 1001101 | 10111 | 101101 |
Color Harmonies of #7E8D59
Complementary color
Monochromatic Colors of #7E8D59
Black with #7E8D59
Text Example
Text Example
White with #7E8D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8D59; }
p { color: rgb(126,141,89); }
H1.HeaderClassName
{
color: #7E8D59;
}
.AnyTagClassName
{
color: #7E8D59;
}
</style>
background-color css
<style>
a { background-color: #7E8D59; }
a { background-color: rgb(126,141,89); }
div.DivClassName
{
background-color: #7E8D59;
}
.BgClassName
{
background-color: #7E8D59;
}
</style>
border-color css
<style>
span { border-color: #7E8D59; }
span { border-color: rgb(126,141,89); }
td.TdClassName
{
border-color: #7E8D59;
}
.TagClassName
{
border-color: #7E8D59;
}
</style>