Shades of Highland #7E9054
Tints of Highland #7E9054
RGB
CMYK
RGB Variations
Color information
#7E9054 (or 0x7E9054) is known color: Highland. HEX triplet: 7E, 90 and 54. RGB value is (126,144,84). Sum of RGB (Red+Green+Blue) = 126+144+84=354 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.59% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #7E9054 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9054 is #816FAB. Grayscale: #848484. Windows color (decimal): -8482732 or 5542014. OLE color: 5542014.
HSL color Cylindrical-coordinate representation of color #7E9054: hue angle of 78º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E9054 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 144 | 84 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.44 |
| HSL | 78º | 0.26% | 0.45% | - |
| HSV(B) | 78º | 0.42% | 0.56% | - |
| XYZ | 20.18 | 25.02 | 12.15 | - |
| YUV | 131.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 144 | 84 | 0.12 | 0 | 0.42 | 0.44 | 78 | 0.26 | 0.45 |
| Hex | 7E | 90 | 54 | C | 0 | 2A | 2C | 4E | 1A | 2D |
| Octal | 176 | 220 | 124 | 14 | 0 | 52 | 54 | 116 | 32 | 55 |
| Binary | 1111110 | 10010000 | 1010100 | 1100 | 0 | 101010 | 101100 | 1001110 | 11010 | 101101 |
Color Harmonies of #7E9054
Complementary color
Monochromatic Colors of #7E9054
Black with #7E9054
Text Example
Text Example
White with #7E9054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9054; }
p { color: rgb(126,144,84); }
H1.HeaderClassName
{
color: #7E9054;
}
.AnyTagClassName
{
color: #7E9054;
}
</style>
background-color css
<style>
a { background-color: #7E9054; }
a { background-color: rgb(126,144,84); }
div.DivClassName
{
background-color: #7E9054;
}
.BgClassName
{
background-color: #7E9054;
}
</style>
border-color css
<style>
span { border-color: #7E9054; }
span { border-color: rgb(126,144,84); }
td.TdClassName
{
border-color: #7E9054;
}
.TagClassName
{
border-color: #7E9054;
}
</style>