Shades of Highland #7E9B66
Tints of Highland #7E9B66
RGB
CMYK
RGB Variations
Color information
#7E9B66 (or 0x7E9B66) is known color: Highland. HEX triplet: 7E, 9B and 66. RGB value is (126,155,102). Sum of RGB (Red+Green+Blue) = 126+155+102=383 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.90% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 155 - color contains mainly: green. Hex color #7E9B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9B66 is #816499. Grayscale: #8C8C8C. Windows color (decimal): -8479898 or 6724478. OLE color: 6724478.
HSL color Cylindrical-coordinate representation of color #7E9B66: hue angle of 92.83º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E9B66 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 155 | 102 | - |
| CMYK | 0.19 | 0 | 0.34 | 0.39 |
| HSL | 92.83º | 0.21% | 0.5% | - |
| HSV(B) | 92.83º | 0.34% | 0.61% | - |
| XYZ | 22.72 | 28.84 | 16.94 | - |
| YUV | 140.29 | 106.39 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 155 | 102 | 0.19 | 0 | 0.34 | 0.39 | 92.83 | 0.21 | 0.5 |
| Hex | 7E | 9B | 66 | 13 | 0 | 22 | 27 | 5D | 15 | 32 |
| Octal | 176 | 233 | 146 | 23 | 0 | 42 | 47 | 135 | 25 | 62 |
| Binary | 1111110 | 10011011 | 1100110 | 10011 | 0 | 100010 | 100111 | 1011101 | 10101 | 110010 |
Color Harmonies of #7E9B66
Complementary color
Monochromatic Colors of #7E9B66
Black with #7E9B66
Text Example
Text Example
White with #7E9B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9B66; }
p { color: rgb(126,155,102); }
H1.HeaderClassName
{
color: #7E9B66;
}
.AnyTagClassName
{
color: #7E9B66;
}
</style>
background-color css
<style>
a { background-color: #7E9B66; }
a { background-color: rgb(126,155,102); }
div.DivClassName
{
background-color: #7E9B66;
}
.BgClassName
{
background-color: #7E9B66;
}
</style>
border-color css
<style>
span { border-color: #7E9B66; }
span { border-color: rgb(126,155,102); }
td.TdClassName
{
border-color: #7E9B66;
}
.TagClassName
{
border-color: #7E9B66;
}
</style>