Shades of Highland #7E9361
Tints of Highland #7E9361
RGB
CMYK
RGB Variations
Color information
#7E9361 (or 0x7E9361) is known color: Highland. HEX triplet: 7E, 93 and 61. RGB value is (126,147,97). Sum of RGB (Red+Green+Blue) = 126+147+97=370 (49% of max value = 765). Red value is 126 (49.61% from 255 or 34.05% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 147 - color contains mainly: green. Hex color #7E9361 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9361 is #816C9E. Grayscale: #878787. Windows color (decimal): -8481951 or 6394750. OLE color: 6394750.
HSL color Cylindrical-coordinate representation of color #7E9361: hue angle of 85.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E9361 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 147 | 97 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.42 |
| HSL | 85.2º | 0.2% | 0.48% | - |
| HSV(B) | 85.2º | 0.34% | 0.58% | - |
| XYZ | 21.2 | 26.17 | 15.24 | - |
| YUV | 135.02 | 106.54 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 147 | 97 | 0.14 | 0 | 0.34 | 0.42 | 85.2 | 0.2 | 0.48 |
| Hex | 7E | 93 | 61 | E | 0 | 22 | 2A | 55 | 14 | 30 |
| Octal | 176 | 223 | 141 | 16 | 0 | 42 | 52 | 125 | 24 | 60 |
| Binary | 1111110 | 10010011 | 1100001 | 1110 | 0 | 100010 | 101010 | 1010101 | 10100 | 110000 |
Color Harmonies of #7E9361
Complementary color
Monochromatic Colors of #7E9361
Black with #7E9361
Text Example
Text Example
White with #7E9361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9361; }
p { color: rgb(126,147,97); }
H1.HeaderClassName
{
color: #7E9361;
}
.AnyTagClassName
{
color: #7E9361;
}
</style>
background-color css
<style>
a { background-color: #7E9361; }
a { background-color: rgb(126,147,97); }
div.DivClassName
{
background-color: #7E9361;
}
.BgClassName
{
background-color: #7E9361;
}
</style>
border-color css
<style>
span { border-color: #7E9361; }
span { border-color: rgb(126,147,97); }
td.TdClassName
{
border-color: #7E9361;
}
.TagClassName
{
border-color: #7E9361;
}
</style>