Shades of Highland #7E944D
Tints of Highland #7E944D
RGB
CMYK
RGB Variations
Color information
#7E944D (or 0x7E944D) is known color: Highland. HEX triplet: 7E, 94 and 4D. RGB value is (126,148,77). Sum of RGB (Red+Green+Blue) = 126+148+77=351 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.90% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 148 - color contains mainly: green. Hex color #7E944D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E944D is #816BB2. Grayscale: #858585. Windows color (decimal): -8481715 or 5084286. OLE color: 5084286.
HSL color Cylindrical-coordinate representation of color #7E944D: hue angle of 78.59º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E944D is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 148 | 77 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.42 |
| HSL | 78.59º | 0.32% | 0.44% | - |
| HSV(B) | 78.59º | 0.48% | 0.58% | - |
| XYZ | 20.53 | 26.15 | 10.99 | - |
| YUV | 133.33 | 96.21 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 148 | 77 | 0.15 | 0 | 0.48 | 0.42 | 78.59 | 0.32 | 0.44 |
| Hex | 7E | 94 | 4D | F | 0 | 30 | 2A | 4F | 20 | 2C |
| Octal | 176 | 224 | 115 | 17 | 0 | 60 | 52 | 117 | 40 | 54 |
| Binary | 1111110 | 10010100 | 1001101 | 1111 | 0 | 110000 | 101010 | 1001111 | 100000 | 101100 |
Color Harmonies of #7E944D
Complementary color
Monochromatic Colors of #7E944D
Black with #7E944D
Text Example
Text Example
White with #7E944D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E944D; }
p { color: rgb(126,148,77); }
H1.HeaderClassName
{
color: #7E944D;
}
.AnyTagClassName
{
color: #7E944D;
}
</style>
background-color css
<style>
a { background-color: #7E944D; }
a { background-color: rgb(126,148,77); }
div.DivClassName
{
background-color: #7E944D;
}
.BgClassName
{
background-color: #7E944D;
}
</style>
border-color css
<style>
span { border-color: #7E944D; }
span { border-color: rgb(126,148,77); }
td.TdClassName
{
border-color: #7E944D;
}
.TagClassName
{
border-color: #7E944D;
}
</style>