Shades of Highland #7E9B63
Tints of Highland #7E9B63
RGB
CMYK
RGB Variations
Color information
#7E9B63 (or 0x7E9B63) is known color: Highland. HEX triplet: 7E, 9B and 63. RGB value is (126,155,99). Sum of RGB (Red+Green+Blue) = 126+155+99=380 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.16% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 155 - color contains mainly: green. Hex color #7E9B63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9B63 is #81649C. Grayscale: #8C8C8C. Windows color (decimal): -8479901 or 6527870. OLE color: 6527870.
HSL color Cylindrical-coordinate representation of color #7E9B63: hue angle of 91.07º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E9B63 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 155 | 99 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.39 |
| HSL | 91.07º | 0.22% | 0.5% | - |
| HSV(B) | 91.07º | 0.36% | 0.61% | - |
| XYZ | 22.58 | 28.78 | 16.17 | - |
| YUV | 139.95 | 104.89 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 155 | 99 | 0.19 | 0 | 0.36 | 0.39 | 91.07 | 0.22 | 0.5 |
| Hex | 7E | 9B | 63 | 13 | 0 | 24 | 27 | 5B | 16 | 32 |
| Octal | 176 | 233 | 143 | 23 | 0 | 44 | 47 | 133 | 26 | 62 |
| Binary | 1111110 | 10011011 | 1100011 | 10011 | 0 | 100100 | 100111 | 1011011 | 10110 | 110010 |
Color Harmonies of #7E9B63
Complementary color
Monochromatic Colors of #7E9B63
Black with #7E9B63
Text Example
Text Example
White with #7E9B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9B63; }
p { color: rgb(126,155,99); }
H1.HeaderClassName
{
color: #7E9B63;
}
.AnyTagClassName
{
color: #7E9B63;
}
</style>
background-color css
<style>
a { background-color: #7E9B63; }
a { background-color: rgb(126,155,99); }
div.DivClassName
{
background-color: #7E9B63;
}
.BgClassName
{
background-color: #7E9B63;
}
</style>
border-color css
<style>
span { border-color: #7E9B63; }
span { border-color: rgb(126,155,99); }
td.TdClassName
{
border-color: #7E9B63;
}
.TagClassName
{
border-color: #7E9B63;
}
</style>