Shades of Highland #7E9059
Tints of Highland #7E9059
RGB
CMYK
RGB Variations
Color information
#7E9059 (or 0x7E9059) is known color: Highland. HEX triplet: 7E, 90 and 59. RGB value is (126,144,89). Sum of RGB (Red+Green+Blue) = 126+144+89=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 144 - color contains mainly: green. Hex color #7E9059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9059 is #816FA6. Grayscale: #848484. Windows color (decimal): -8482727 or 5869694. OLE color: 5869694.
HSL color Cylindrical-coordinate representation of color #7E9059: hue angle of 79.64º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E9059 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 144 | 89 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.44 |
| HSL | 79.64º | 0.24% | 0.46% | - |
| HSV(B) | 79.64º | 0.38% | 0.56% | - |
| XYZ | 20.38 | 25.1 | 13.22 | - |
| YUV | 132.35 | 103.54 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 144 | 89 | 0.12 | 0 | 0.38 | 0.44 | 79.64 | 0.24 | 0.46 |
| Hex | 7E | 90 | 59 | C | 0 | 26 | 2C | 50 | 18 | 2E |
| Octal | 176 | 220 | 131 | 14 | 0 | 46 | 54 | 120 | 30 | 56 |
| Binary | 1111110 | 10010000 | 1011001 | 1100 | 0 | 100110 | 101100 | 1010000 | 11000 | 101110 |
Color Harmonies of #7E9059
Complementary color
Monochromatic Colors of #7E9059
Black with #7E9059
Text Example
Text Example
White with #7E9059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9059; }
p { color: rgb(126,144,89); }
H1.HeaderClassName
{
color: #7E9059;
}
.AnyTagClassName
{
color: #7E9059;
}
</style>
background-color css
<style>
a { background-color: #7E9059; }
a { background-color: rgb(126,144,89); }
div.DivClassName
{
background-color: #7E9059;
}
.BgClassName
{
background-color: #7E9059;
}
</style>
border-color css
<style>
span { border-color: #7E9059; }
span { border-color: rgb(126,144,89); }
td.TdClassName
{
border-color: #7E9059;
}
.TagClassName
{
border-color: #7E9059;
}
</style>