Shades of Highland #7E9858
Tints of Highland #7E9858
RGB
CMYK
RGB Variations
Color information
#7E9858 (or 0x7E9858) is known color: Highland. HEX triplet: 7E, 98 and 58. RGB value is (126,152,88). Sum of RGB (Red+Green+Blue) = 126+152+88=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 88 (34.77% from 255 or 24.04% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #7E9858 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9858 is #8167A7. Grayscale: #898989. Windows color (decimal): -8480680 or 5806206. OLE color: 5806206.
HSL color Cylindrical-coordinate representation of color #7E9858: hue angle of 84.38º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E9858 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 152 | 88 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.40 |
| HSL | 84.38º | 0.27% | 0.47% | - |
| HSV(B) | 84.38º | 0.42% | 0.6% | - |
| XYZ | 21.59 | 27.6 | 13.42 | - |
| YUV | 136.93 | 100.39 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 152 | 88 | 0.17 | 0 | 0.42 | 0.40 | 84.38 | 0.27 | 0.47 |
| Hex | 7E | 98 | 58 | 11 | 0 | 2A | 28 | 54 | 1B | 2F |
| Octal | 176 | 230 | 130 | 21 | 0 | 52 | 50 | 124 | 33 | 57 |
| Binary | 1111110 | 10011000 | 1011000 | 10001 | 0 | 101010 | 101000 | 1010100 | 11011 | 101111 |
Color Harmonies of #7E9858
Complementary color
Monochromatic Colors of #7E9858
Black with #7E9858
Text Example
Text Example
White with #7E9858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9858; }
p { color: rgb(126,152,88); }
H1.HeaderClassName
{
color: #7E9858;
}
.AnyTagClassName
{
color: #7E9858;
}
</style>
background-color css
<style>
a { background-color: #7E9858; }
a { background-color: rgb(126,152,88); }
div.DivClassName
{
background-color: #7E9858;
}
.BgClassName
{
background-color: #7E9858;
}
</style>
border-color css
<style>
span { border-color: #7E9858; }
span { border-color: rgb(126,152,88); }
td.TdClassName
{
border-color: #7E9858;
}
.TagClassName
{
border-color: #7E9858;
}
</style>