Shades of Highland #7E9550
Tints of Highland #7E9550
RGB
CMYK
RGB Variations
Color information
#7E9550 (or 0x7E9550) is known color: Highland. HEX triplet: 7E, 95 and 50. RGB value is (126,149,80). Sum of RGB (Red+Green+Blue) = 126+149+80=355 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.49% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #7E9550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9550 is #816AAF. Grayscale: #868686. Windows color (decimal): -8481456 or 5281150. OLE color: 5281150.
HSL color Cylindrical-coordinate representation of color #7E9550: hue angle of 80º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E9550 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 149 | 80 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.42 |
| HSL | 80º | 0.3% | 0.45% | - |
| HSV(B) | 80º | 0.46% | 0.58% | - |
| XYZ | 20.8 | 26.51 | 11.61 | - |
| YUV | 134.26 | 97.38 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 149 | 80 | 0.15 | 0 | 0.46 | 0.42 | 80 | 0.3 | 0.45 |
| Hex | 7E | 95 | 50 | F | 0 | 2E | 2A | 50 | 1E | 2D |
| Octal | 176 | 225 | 120 | 17 | 0 | 56 | 52 | 120 | 36 | 55 |
| Binary | 1111110 | 10010101 | 1010000 | 1111 | 0 | 101110 | 101010 | 1010000 | 11110 | 101101 |
Color Harmonies of #7E9550
Complementary color
Monochromatic Colors of #7E9550
Black with #7E9550
Text Example
Text Example
White with #7E9550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9550; }
p { color: rgb(126,149,80); }
H1.HeaderClassName
{
color: #7E9550;
}
.AnyTagClassName
{
color: #7E9550;
}
</style>
background-color css
<style>
a { background-color: #7E9550; }
a { background-color: rgb(126,149,80); }
div.DivClassName
{
background-color: #7E9550;
}
.BgClassName
{
background-color: #7E9550;
}
</style>
border-color css
<style>
span { border-color: #7E9550; }
span { border-color: rgb(126,149,80); }
td.TdClassName
{
border-color: #7E9550;
}
.TagClassName
{
border-color: #7E9550;
}
</style>