Shades of Highland #7E996A
Tints of Highland #7E996A
RGB
CMYK
RGB Variations
Color information
#7E996A (or 0x7E996A) is known color: Highland. HEX triplet: 7E, 99 and 6A. RGB value is (126,153,106). Sum of RGB (Red+Green+Blue) = 126+153+106=385 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.73% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #7E996A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E996A is #816695. Grayscale: #8B8B8B. Windows color (decimal): -8480406 or 6986110. OLE color: 6986110.
HSL color Cylindrical-coordinate representation of color #7E996A: hue angle of 94.47º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7E996A is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 126 | 153 | 106 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.4 |
| HSL | 94.47º | 0.19% | 0.51% | - |
| HSV(B) | 94.47º | 0.31% | 0.6% | - |
| XYZ | 22.6 | 28.26 | 17.9 | - |
| YUV | 139.57 | 109.05 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 153 | 106 | 0.18 | 0 | 0.31 | 0.4 | 94.47 | 0.19 | 0.51 |
| Hex | 7E | 99 | 6A | 12 | 0 | 1F | 28 | 5E | 13 | 33 |
| Octal | 176 | 231 | 152 | 22 | 0 | 37 | 50 | 136 | 23 | 63 |
| Binary | 1111110 | 10011001 | 1101010 | 10010 | 0 | 11111 | 101000 | 1011110 | 10011 | 110011 |
Color Harmonies of #7E996A
Complementary color
Monochromatic Colors of #7E996A
Black with #7E996A
Text Example
Text Example
White with #7E996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E996A; }
p { color: rgb(126,153,106); }
H1.HeaderClassName
{
color: #7E996A;
}
.AnyTagClassName
{
color: #7E996A;
}
</style>
background-color css
<style>
a { background-color: #7E996A; }
a { background-color: rgb(126,153,106); }
div.DivClassName
{
background-color: #7E996A;
}
.BgClassName
{
background-color: #7E996A;
}
</style>
border-color css
<style>
span { border-color: #7E996A; }
span { border-color: rgb(126,153,106); }
td.TdClassName
{
border-color: #7E996A;
}
.TagClassName
{
border-color: #7E996A;
}
</style>