Shades of Highland #7E9152
Tints of Highland #7E9152
RGB
CMYK
RGB Variations
Color information
#7E9152 (or 0x7E9152) is known color: Highland. HEX triplet: 7E, 91 and 52. RGB value is (126,145,82). Sum of RGB (Red+Green+Blue) = 126+145+82=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 145 - color contains mainly: green. Hex color #7E9152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9152 is #816EAD. Grayscale: #848484. Windows color (decimal): -8482478 or 5411198. OLE color: 5411198.
HSL color Cylindrical-coordinate representation of color #7E9152: hue angle of 78.1º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E9152 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 145 | 82 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.43 |
| HSL | 78.1º | 0.28% | 0.45% | - |
| HSV(B) | 78.1º | 0.43% | 0.57% | - |
| XYZ | 20.25 | 25.3 | 11.8 | - |
| YUV | 132.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 145 | 82 | 0.13 | 0 | 0.43 | 0.43 | 78.1 | 0.28 | 0.45 |
| Hex | 7E | 91 | 52 | D | 0 | 2B | 2B | 4E | 1C | 2D |
| Octal | 176 | 221 | 122 | 15 | 0 | 53 | 53 | 116 | 34 | 55 |
| Binary | 1111110 | 10010001 | 1010010 | 1101 | 0 | 101011 | 101011 | 1001110 | 11100 | 101101 |
Color Harmonies of #7E9152
Complementary color
Monochromatic Colors of #7E9152
Black with #7E9152
Text Example
Text Example
White with #7E9152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9152; }
p { color: rgb(126,145,82); }
H1.HeaderClassName
{
color: #7E9152;
}
.AnyTagClassName
{
color: #7E9152;
}
</style>
background-color css
<style>
a { background-color: #7E9152; }
a { background-color: rgb(126,145,82); }
div.DivClassName
{
background-color: #7E9152;
}
.BgClassName
{
background-color: #7E9152;
}
</style>
border-color css
<style>
span { border-color: #7E9152; }
span { border-color: rgb(126,145,82); }
td.TdClassName
{
border-color: #7E9152;
}
.TagClassName
{
border-color: #7E9152;
}
</style>