Shades of Highland #7E995D
Tints of Highland #7E995D
RGB
CMYK
RGB Variations
Color information
#7E995D (or 0x7E995D) is known color: Highland. HEX triplet: 7E, 99 and 5D. RGB value is (126,153,93). Sum of RGB (Red+Green+Blue) = 126+153+93=372 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.87% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #7E995D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E995D is #8166A2. Grayscale: #8A8A8A. Windows color (decimal): -8480419 or 6134142. OLE color: 6134142.
HSL color Cylindrical-coordinate representation of color #7E995D: hue angle of 87º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E995D is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 126 | 153 | 93 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.4 |
| HSL | 87º | 0.24% | 0.48% | - |
| HSV(B) | 87º | 0.39% | 0.6% | - |
| XYZ | 21.97 | 28.01 | 14.6 | - |
| YUV | 138.09 | 102.55 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 153 | 93 | 0.18 | 0 | 0.39 | 0.4 | 87 | 0.24 | 0.48 |
| Hex | 7E | 99 | 5D | 12 | 0 | 27 | 28 | 57 | 18 | 30 |
| Octal | 176 | 231 | 135 | 22 | 0 | 47 | 50 | 127 | 30 | 60 |
| Binary | 1111110 | 10011001 | 1011101 | 10010 | 0 | 100111 | 101000 | 1010111 | 11000 | 110000 |
Color Harmonies of #7E995D
Complementary color
Monochromatic Colors of #7E995D
Black with #7E995D
Text Example
Text Example
White with #7E995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E995D; }
p { color: rgb(126,153,93); }
H1.HeaderClassName
{
color: #7E995D;
}
.AnyTagClassName
{
color: #7E995D;
}
</style>
background-color css
<style>
a { background-color: #7E995D; }
a { background-color: rgb(126,153,93); }
div.DivClassName
{
background-color: #7E995D;
}
.BgClassName
{
background-color: #7E995D;
}
</style>
border-color css
<style>
span { border-color: #7E995D; }
span { border-color: rgb(126,153,93); }
td.TdClassName
{
border-color: #7E995D;
}
.TagClassName
{
border-color: #7E995D;
}
</style>