Shades of Highland #7E926D
Tints of Highland #7E926D
RGB
CMYK
RGB Variations
Color information
#7E926D (or 0x7E926D) is known color: Highland. HEX triplet: 7E, 92 and 6D. RGB value is (126,146,109). Sum of RGB (Red+Green+Blue) = 126+146+109=381 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.07% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 146 - color contains mainly: green. Hex color #7E926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E926D is #816D92. Grayscale: #878787. Windows color (decimal): -8482195 or 7180926. OLE color: 7180926.
HSL color Cylindrical-coordinate representation of color #7E926D: hue angle of 92.43º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7E926D is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 146 | 109 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.43 |
| HSL | 92.43º | 0.15% | 0.5% | - |
| HSV(B) | 92.43º | 0.25% | 0.57% | - |
| XYZ | 21.64 | 26.1 | 18.36 | - |
| YUV | 135.8 | 112.87 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 146 | 109 | 0.14 | 0 | 0.25 | 0.43 | 92.43 | 0.15 | 0.5 |
| Hex | 7E | 92 | 6D | E | 0 | 19 | 2B | 5C | F | 32 |
| Octal | 176 | 222 | 155 | 16 | 0 | 31 | 53 | 134 | 17 | 62 |
| Binary | 1111110 | 10010010 | 1101101 | 1110 | 0 | 11001 | 101011 | 1011100 | 1111 | 110010 |
Color Harmonies of #7E926D
Complementary color
Monochromatic Colors of #7E926D
Black with #7E926D
Text Example
Text Example
White with #7E926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E926D; }
p { color: rgb(126,146,109); }
H1.HeaderClassName
{
color: #7E926D;
}
.AnyTagClassName
{
color: #7E926D;
}
</style>
background-color css
<style>
a { background-color: #7E926D; }
a { background-color: rgb(126,146,109); }
div.DivClassName
{
background-color: #7E926D;
}
.BgClassName
{
background-color: #7E926D;
}
</style>
border-color css
<style>
span { border-color: #7E926D; }
span { border-color: rgb(126,146,109); }
td.TdClassName
{
border-color: #7E926D;
}
.TagClassName
{
border-color: #7E926D;
}
</style>