Shades of Highland #7E905E
Tints of Highland #7E905E
RGB
CMYK
RGB Variations
Color information
#7E905E (or 0x7E905E) is known color: Highland. HEX triplet: 7E, 90 and 5E. RGB value is (126,144,94). Sum of RGB (Red+Green+Blue) = 126+144+94=364 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.62% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 144 - color contains mainly: green. Hex color #7E905E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E905E is #816FA1. Grayscale: #858585. Windows color (decimal): -8482722 or 6197374. OLE color: 6197374.
HSL color Cylindrical-coordinate representation of color #7E905E: hue angle of 81.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7E905E is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 144 | 94 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.44 |
| HSL | 81.6º | 0.21% | 0.47% | - |
| HSV(B) | 81.6º | 0.35% | 0.56% | - |
| XYZ | 20.6 | 25.19 | 14.37 | - |
| YUV | 132.92 | 106.04 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 144 | 94 | 0.12 | 0 | 0.35 | 0.44 | 81.6 | 0.21 | 0.47 |
| Hex | 7E | 90 | 5E | C | 0 | 23 | 2C | 52 | 15 | 2F |
| Octal | 176 | 220 | 136 | 14 | 0 | 43 | 54 | 122 | 25 | 57 |
| Binary | 1111110 | 10010000 | 1011110 | 1100 | 0 | 100011 | 101100 | 1010010 | 10101 | 101111 |
Color Harmonies of #7E905E
Complementary color
Monochromatic Colors of #7E905E
Black with #7E905E
Text Example
Text Example
White with #7E905E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E905E; }
p { color: rgb(126,144,94); }
H1.HeaderClassName
{
color: #7E905E;
}
.AnyTagClassName
{
color: #7E905E;
}
</style>
background-color css
<style>
a { background-color: #7E905E; }
a { background-color: rgb(126,144,94); }
div.DivClassName
{
background-color: #7E905E;
}
.BgClassName
{
background-color: #7E905E;
}
</style>
border-color css
<style>
span { border-color: #7E905E; }
span { border-color: rgb(126,144,94); }
td.TdClassName
{
border-color: #7E905E;
}
.TagClassName
{
border-color: #7E905E;
}
</style>