Shades of Highland #7E9151
Tints of Highland #7E9151
RGB
CMYK
RGB Variations
Color information
#7E9151 (or 0x7E9151) is known color: Highland. HEX triplet: 7E, 91 and 51. RGB value is (126,145,81). Sum of RGB (Red+Green+Blue) = 126+145+81=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #7E9151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9151 is #816EAE. Grayscale: #848484. Windows color (decimal): -8482479 or 5345662. OLE color: 5345662.
HSL color Cylindrical-coordinate representation of color #7E9151: hue angle of 77.81º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E9151 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 145 | 81 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.43 |
| HSL | 77.81º | 0.28% | 0.44% | - |
| HSV(B) | 77.81º | 0.44% | 0.57% | - |
| XYZ | 20.21 | 25.28 | 11.6 | - |
| YUV | 132.02 | 99.21 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 145 | 81 | 0.13 | 0 | 0.44 | 0.43 | 77.81 | 0.28 | 0.44 |
| Hex | 7E | 91 | 51 | D | 0 | 2C | 2B | 4E | 1C | 2C |
| Octal | 176 | 221 | 121 | 15 | 0 | 54 | 53 | 116 | 34 | 54 |
| Binary | 1111110 | 10010001 | 1010001 | 1101 | 0 | 101100 | 101011 | 1001110 | 11100 | 101100 |
Color Harmonies of #7E9151
Complementary color
Monochromatic Colors of #7E9151
Black with #7E9151
Text Example
Text Example
White with #7E9151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9151; }
p { color: rgb(126,145,81); }
H1.HeaderClassName
{
color: #7E9151;
}
.AnyTagClassName
{
color: #7E9151;
}
</style>
background-color css
<style>
a { background-color: #7E9151; }
a { background-color: rgb(126,145,81); }
div.DivClassName
{
background-color: #7E9151;
}
.BgClassName
{
background-color: #7E9151;
}
</style>
border-color css
<style>
span { border-color: #7E9151; }
span { border-color: rgb(126,145,81); }
td.TdClassName
{
border-color: #7E9151;
}
.TagClassName
{
border-color: #7E9151;
}
</style>