Shades of Highland #7E8E53
Tints of Highland #7E8E53
RGB
CMYK
RGB Variations
Color information
#7E8E53 (or 0x7E8E53) is known color: Highland. HEX triplet: 7E, 8E and 53. RGB value is (126,142,83). Sum of RGB (Red+Green+Blue) = 126+142+83=351 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.90% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 142 - color contains mainly: green. Hex color #7E8E53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8E53 is #8171AC. Grayscale: #828282. Windows color (decimal): -8483245 or 5475966. OLE color: 5475966.
HSL color Cylindrical-coordinate representation of color #7E8E53: hue angle of 76.27º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E8E53 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 142 | 83 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.44 |
| HSL | 76.27º | 0.26% | 0.44% | - |
| HSV(B) | 76.27º | 0.42% | 0.56% | - |
| XYZ | 19.84 | 24.41 | 11.85 | - |
| YUV | 130.49 | 101.2 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 142 | 83 | 0.11 | 0 | 0.42 | 0.44 | 76.27 | 0.26 | 0.44 |
| Hex | 7E | 8E | 53 | B | 0 | 2A | 2C | 4C | 1A | 2C |
| Octal | 176 | 216 | 123 | 13 | 0 | 52 | 54 | 114 | 32 | 54 |
| Binary | 1111110 | 10001110 | 1010011 | 1011 | 0 | 101010 | 101100 | 1001100 | 11010 | 101100 |
Color Harmonies of #7E8E53
Complementary color
Monochromatic Colors of #7E8E53
Black with #7E8E53
Text Example
Text Example
White with #7E8E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8E53; }
p { color: rgb(126,142,83); }
H1.HeaderClassName
{
color: #7E8E53;
}
.AnyTagClassName
{
color: #7E8E53;
}
</style>
background-color css
<style>
a { background-color: #7E8E53; }
a { background-color: rgb(126,142,83); }
div.DivClassName
{
background-color: #7E8E53;
}
.BgClassName
{
background-color: #7E8E53;
}
</style>
border-color css
<style>
span { border-color: #7E8E53; }
span { border-color: rgb(126,142,83); }
td.TdClassName
{
border-color: #7E8E53;
}
.TagClassName
{
border-color: #7E8E53;
}
</style>