Shades of Highland #7E946E
Tints of Highland #7E946E
RGB
CMYK
RGB Variations
Color information
#7E946E (or 0x7E946E) is known color: Highland. HEX triplet: 7E, 94 and 6E. RGB value is (126,148,110). Sum of RGB (Red+Green+Blue) = 126+148+110=384 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.81% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 148 - color contains mainly: green. Hex color #7E946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E946E is #816B91. Grayscale: #898989. Windows color (decimal): -8481682 or 7246974. OLE color: 7246974.
HSL color Cylindrical-coordinate representation of color #7E946E: hue angle of 94.74º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7E946E is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 148 | 110 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.42 |
| HSL | 94.74º | 0.15% | 0.51% | - |
| HSV(B) | 94.74º | 0.26% | 0.58% | - |
| XYZ | 22.01 | 26.74 | 18.75 | - |
| YUV | 137.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 148 | 110 | 0.15 | 0 | 0.26 | 0.42 | 94.74 | 0.15 | 0.51 |
| Hex | 7E | 94 | 6E | F | 0 | 1A | 2A | 5F | F | 33 |
| Octal | 176 | 224 | 156 | 17 | 0 | 32 | 52 | 137 | 17 | 63 |
| Binary | 1111110 | 10010100 | 1101110 | 1111 | 0 | 11010 | 101010 | 1011111 | 1111 | 110011 |
Color Harmonies of #7E946E
Complementary color
Monochromatic Colors of #7E946E
Black with #7E946E
Text Example
Text Example
White with #7E946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E946E; }
p { color: rgb(126,148,110); }
H1.HeaderClassName
{
color: #7E946E;
}
.AnyTagClassName
{
color: #7E946E;
}
</style>
background-color css
<style>
a { background-color: #7E946E; }
a { background-color: rgb(126,148,110); }
div.DivClassName
{
background-color: #7E946E;
}
.BgClassName
{
background-color: #7E946E;
}
</style>
border-color css
<style>
span { border-color: #7E946E; }
span { border-color: rgb(126,148,110); }
td.TdClassName
{
border-color: #7E946E;
}
.TagClassName
{
border-color: #7E946E;
}
</style>