Shades of Highland #7E9857
Tints of Highland #7E9857
RGB
CMYK
RGB Variations
Color information
#7E9857 (or 0x7E9857) is known color: Highland. HEX triplet: 7E, 98 and 57. RGB value is (126,152,87). Sum of RGB (Red+Green+Blue) = 126+152+87=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #7E9857 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9857 is #8167A8. Grayscale: #898989. Windows color (decimal): -8480681 or 5740670. OLE color: 5740670.
HSL color Cylindrical-coordinate representation of color #7E9857: hue angle of 84º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E9857 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 152 | 87 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.40 |
| HSL | 84º | 0.27% | 0.47% | - |
| HSV(B) | 84º | 0.43% | 0.6% | - |
| XYZ | 21.55 | 27.58 | 13.2 | - |
| YUV | 136.82 | 99.89 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 152 | 87 | 0.17 | 0 | 0.43 | 0.40 | 84 | 0.27 | 0.47 |
| Hex | 7E | 98 | 57 | 11 | 0 | 2B | 28 | 54 | 1B | 2F |
| Octal | 176 | 230 | 127 | 21 | 0 | 53 | 50 | 124 | 33 | 57 |
| Binary | 1111110 | 10011000 | 1010111 | 10001 | 0 | 101011 | 101000 | 1010100 | 11011 | 101111 |
Color Harmonies of #7E9857
Complementary color
Monochromatic Colors of #7E9857
Black with #7E9857
Text Example
Text Example
White with #7E9857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9857; }
p { color: rgb(126,152,87); }
H1.HeaderClassName
{
color: #7E9857;
}
.AnyTagClassName
{
color: #7E9857;
}
</style>
background-color css
<style>
a { background-color: #7E9857; }
a { background-color: rgb(126,152,87); }
div.DivClassName
{
background-color: #7E9857;
}
.BgClassName
{
background-color: #7E9857;
}
</style>
border-color css
<style>
span { border-color: #7E9857; }
span { border-color: rgb(126,152,87); }
td.TdClassName
{
border-color: #7E9857;
}
.TagClassName
{
border-color: #7E9857;
}
</style>