Shades of Highland #7E946D
Tints of Highland #7E946D
RGB
CMYK
RGB Variations
Color information
#7E946D (or 0x7E946D) is known color: Highland. HEX triplet: 7E, 94 and 6D. RGB value is (126,148,109). Sum of RGB (Red+Green+Blue) = 126+148+109=383 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.90% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 148 - color contains mainly: green. Hex color #7E946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E946D is #816B92. Grayscale: #898989. Windows color (decimal): -8481683 or 7181438. OLE color: 7181438.
HSL color Cylindrical-coordinate representation of color #7E946D: hue angle of 93.85º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7E946D is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 148 | 109 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.42 |
| HSL | 93.85º | 0.15% | 0.5% | - |
| HSV(B) | 93.85º | 0.26% | 0.58% | - |
| XYZ | 21.95 | 26.72 | 18.47 | - |
| YUV | 136.98 | 112.21 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 148 | 109 | 0.15 | 0 | 0.26 | 0.42 | 93.85 | 0.15 | 0.5 |
| Hex | 7E | 94 | 6D | F | 0 | 1A | 2A | 5E | F | 32 |
| Octal | 176 | 224 | 155 | 17 | 0 | 32 | 52 | 136 | 17 | 62 |
| Binary | 1111110 | 10010100 | 1101101 | 1111 | 0 | 11010 | 101010 | 1011110 | 1111 | 110010 |
Color Harmonies of #7E946D
Complementary color
Monochromatic Colors of #7E946D
Black with #7E946D
Text Example
Text Example
White with #7E946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E946D; }
p { color: rgb(126,148,109); }
H1.HeaderClassName
{
color: #7E946D;
}
.AnyTagClassName
{
color: #7E946D;
}
</style>
background-color css
<style>
a { background-color: #7E946D; }
a { background-color: rgb(126,148,109); }
div.DivClassName
{
background-color: #7E946D;
}
.BgClassName
{
background-color: #7E946D;
}
</style>
border-color css
<style>
span { border-color: #7E946D; }
span { border-color: rgb(126,148,109); }
td.TdClassName
{
border-color: #7E946D;
}
.TagClassName
{
border-color: #7E946D;
}
</style>