Shades of Highland #7E926B
Tints of Highland #7E926B
RGB
CMYK
RGB Variations
Color information
#7E926B (or 0x7E926B) is known color: Highland. HEX triplet: 7E, 92 and 6B. RGB value is (126,146,107). Sum of RGB (Red+Green+Blue) = 126+146+107=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #7E926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E926B is #816D94. Grayscale: #878787. Windows color (decimal): -8482197 or 7049854. OLE color: 7049854.
HSL color Cylindrical-coordinate representation of color #7E926B: hue angle of 90.77º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7E926B is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 146 | 107 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.43 |
| HSL | 90.77º | 0.15% | 0.5% | - |
| HSV(B) | 90.77º | 0.27% | 0.57% | - |
| XYZ | 21.54 | 26.05 | 17.8 | - |
| YUV | 135.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 146 | 107 | 0.14 | 0 | 0.27 | 0.43 | 90.77 | 0.15 | 0.5 |
| Hex | 7E | 92 | 6B | E | 0 | 1B | 2B | 5B | F | 32 |
| Octal | 176 | 222 | 153 | 16 | 0 | 33 | 53 | 133 | 17 | 62 |
| Binary | 1111110 | 10010010 | 1101011 | 1110 | 0 | 11011 | 101011 | 1011011 | 1111 | 110010 |
Color Harmonies of #7E926B
Complementary color
Monochromatic Colors of #7E926B
Black with #7E926B
Text Example
Text Example
White with #7E926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E926B; }
p { color: rgb(126,146,107); }
H1.HeaderClassName
{
color: #7E926B;
}
.AnyTagClassName
{
color: #7E926B;
}
</style>
background-color css
<style>
a { background-color: #7E926B; }
a { background-color: rgb(126,146,107); }
div.DivClassName
{
background-color: #7E926B;
}
.BgClassName
{
background-color: #7E926B;
}
</style>
border-color css
<style>
span { border-color: #7E926B; }
span { border-color: rgb(126,146,107); }
td.TdClassName
{
border-color: #7E926B;
}
.TagClassName
{
border-color: #7E926B;
}
</style>