Shades of Highland #7E945E
Tints of Highland #7E945E
RGB
CMYK
RGB Variations
Color information
#7E945E (or 0x7E945E) is known color: Highland. HEX triplet: 7E, 94 and 5E. RGB value is (126,148,94). Sum of RGB (Red+Green+Blue) = 126+148+94=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #7E945E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E945E is #816BA1. Grayscale: #878787. Windows color (decimal): -8481698 or 6198398. OLE color: 6198398.
HSL color Cylindrical-coordinate representation of color #7E945E: hue angle of 84.44º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E945E is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 148 | 94 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.42 |
| HSL | 84.44º | 0.22% | 0.47% | - |
| HSV(B) | 84.44º | 0.36% | 0.58% | - |
| XYZ | 21.21 | 26.42 | 14.57 | - |
| YUV | 135.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 148 | 94 | 0.15 | 0 | 0.36 | 0.42 | 84.44 | 0.22 | 0.47 |
| Hex | 7E | 94 | 5E | F | 0 | 24 | 2A | 54 | 16 | 2F |
| Octal | 176 | 224 | 136 | 17 | 0 | 44 | 52 | 124 | 26 | 57 |
| Binary | 1111110 | 10010100 | 1011110 | 1111 | 0 | 100100 | 101010 | 1010100 | 10110 | 101111 |
Color Harmonies of #7E945E
Complementary color
Monochromatic Colors of #7E945E
Black with #7E945E
Text Example
Text Example
White with #7E945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E945E; }
p { color: rgb(126,148,94); }
H1.HeaderClassName
{
color: #7E945E;
}
.AnyTagClassName
{
color: #7E945E;
}
</style>
background-color css
<style>
a { background-color: #7E945E; }
a { background-color: rgb(126,148,94); }
div.DivClassName
{
background-color: #7E945E;
}
.BgClassName
{
background-color: #7E945E;
}
</style>
border-color css
<style>
span { border-color: #7E945E; }
span { border-color: rgb(126,148,94); }
td.TdClassName
{
border-color: #7E945E;
}
.TagClassName
{
border-color: #7E945E;
}
</style>