Shades of Highland #7E8A5F
Tints of Highland #7E8A5F
RGB
CMYK
RGB Variations
Color information
#7E8A5F (or 0x7E8A5F) is known color: Highland. HEX triplet: 7E, 8A and 5F. RGB value is (126,138,95). Sum of RGB (Red+Green+Blue) = 126+138+95=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 138 - color contains mainly: green. Hex color #7E8A5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8A5F is #8175A0. Grayscale: #818181. Windows color (decimal): -8484257 or 6261374. OLE color: 6261374.
HSL color Cylindrical-coordinate representation of color #7E8A5F: hue angle of 76.74º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E8A5F is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 126 | 138 | 95 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.46 |
| HSL | 76.74º | 0.18% | 0.46% | - |
| HSV(B) | 76.74º | 0.31% | 0.54% | - |
| XYZ | 19.76 | 23.44 | 14.31 | - |
| YUV | 129.51 | 108.52 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 138 | 95 | 0.09 | 0 | 0.31 | 0.46 | 76.74 | 0.18 | 0.46 |
| Hex | 7E | 8A | 5F | 9 | 0 | 1F | 2E | 4D | 12 | 2E |
| Octal | 176 | 212 | 137 | 11 | 0 | 37 | 56 | 115 | 22 | 56 |
| Binary | 1111110 | 10001010 | 1011111 | 1001 | 0 | 11111 | 101110 | 1001101 | 10010 | 101110 |
Color Harmonies of #7E8A5F
Complementary color
Monochromatic Colors of #7E8A5F
Black with #7E8A5F
Text Example
Text Example
White with #7E8A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8A5F; }
p { color: rgb(126,138,95); }
H1.HeaderClassName
{
color: #7E8A5F;
}
.AnyTagClassName
{
color: #7E8A5F;
}
</style>
background-color css
<style>
a { background-color: #7E8A5F; }
a { background-color: rgb(126,138,95); }
div.DivClassName
{
background-color: #7E8A5F;
}
.BgClassName
{
background-color: #7E8A5F;
}
</style>
border-color css
<style>
span { border-color: #7E8A5F; }
span { border-color: rgb(126,138,95); }
td.TdClassName
{
border-color: #7E8A5F;
}
.TagClassName
{
border-color: #7E8A5F;
}
</style>