Shades of Highland #7E9B61
Tints of Highland #7E9B61
RGB
CMYK
RGB Variations
Color information
#7E9B61 (or 0x7E9B61) is known color: Highland. HEX triplet: 7E, 9B and 61. RGB value is (126,155,97). Sum of RGB (Red+Green+Blue) = 126+155+97=378 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.33% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 155 - color contains mainly: green. Hex color #7E9B61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9B61 is #81649E. Grayscale: #8B8B8B. Windows color (decimal): -8479903 or 6396798. OLE color: 6396798.
HSL color Cylindrical-coordinate representation of color #7E9B61: hue angle of 90º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7E9B61 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 155 | 97 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.39 |
| HSL | 90º | 0.23% | 0.49% | - |
| HSV(B) | 90º | 0.37% | 0.61% | - |
| XYZ | 22.48 | 28.74 | 15.67 | - |
| YUV | 139.72 | 103.89 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 155 | 97 | 0.19 | 0 | 0.37 | 0.39 | 90 | 0.23 | 0.49 |
| Hex | 7E | 9B | 61 | 13 | 0 | 25 | 27 | 5A | 17 | 31 |
| Octal | 176 | 233 | 141 | 23 | 0 | 45 | 47 | 132 | 27 | 61 |
| Binary | 1111110 | 10011011 | 1100001 | 10011 | 0 | 100101 | 100111 | 1011010 | 10111 | 110001 |
Color Harmonies of #7E9B61
Complementary color
Monochromatic Colors of #7E9B61
Black with #7E9B61
Text Example
Text Example
White with #7E9B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9B61; }
p { color: rgb(126,155,97); }
H1.HeaderClassName
{
color: #7E9B61;
}
.AnyTagClassName
{
color: #7E9B61;
}
</style>
background-color css
<style>
a { background-color: #7E9B61; }
a { background-color: rgb(126,155,97); }
div.DivClassName
{
background-color: #7E9B61;
}
.BgClassName
{
background-color: #7E9B61;
}
</style>
border-color css
<style>
span { border-color: #7E9B61; }
span { border-color: rgb(126,155,97); }
td.TdClassName
{
border-color: #7E9B61;
}
.TagClassName
{
border-color: #7E9B61;
}
</style>