Shades of Highland #7E935D
Tints of Highland #7E935D
RGB
CMYK
RGB Variations
Color information
#7E935D (or 0x7E935D) is known color: Highland. HEX triplet: 7E, 93 and 5D. RGB value is (126,147,93). Sum of RGB (Red+Green+Blue) = 126+147+93=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #7E935D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E935D is #816CA2. Grayscale: #868686. Windows color (decimal): -8481955 or 6132606. OLE color: 6132606.
HSL color Cylindrical-coordinate representation of color #7E935D: hue angle of 83.33º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E935D is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 147 | 93 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.42 |
| HSL | 83.33º | 0.23% | 0.47% | - |
| HSV(B) | 83.33º | 0.37% | 0.58% | - |
| XYZ | 21.01 | 26.09 | 14.28 | - |
| YUV | 134.57 | 104.54 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 147 | 93 | 0.14 | 0 | 0.37 | 0.42 | 83.33 | 0.23 | 0.47 |
| Hex | 7E | 93 | 5D | E | 0 | 25 | 2A | 53 | 16 | 2F |
| Octal | 176 | 223 | 135 | 16 | 0 | 45 | 52 | 123 | 26 | 57 |
| Binary | 1111110 | 10010011 | 1011101 | 1110 | 0 | 100101 | 101010 | 1010011 | 10110 | 101111 |
Color Harmonies of #7E935D
Complementary color
Monochromatic Colors of #7E935D
Black with #7E935D
Text Example
Text Example
White with #7E935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E935D; }
p { color: rgb(126,147,93); }
H1.HeaderClassName
{
color: #7E935D;
}
.AnyTagClassName
{
color: #7E935D;
}
</style>
background-color css
<style>
a { background-color: #7E935D; }
a { background-color: rgb(126,147,93); }
div.DivClassName
{
background-color: #7E935D;
}
.BgClassName
{
background-color: #7E935D;
}
</style>
border-color css
<style>
span { border-color: #7E935D; }
span { border-color: rgb(126,147,93); }
td.TdClassName
{
border-color: #7E935D;
}
.TagClassName
{
border-color: #7E935D;
}
</style>