Shades of Highland #7E925A
Tints of Highland #7E925A
RGB
CMYK
RGB Variations
Color information
#7E925A (or 0x7E925A) is known color: Highland. HEX triplet: 7E, 92 and 5A. RGB value is (126,146,90). Sum of RGB (Red+Green+Blue) = 126+146+90=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #7E925A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E925A is #816DA5. Grayscale: #858585. Windows color (decimal): -8482214 or 5935742. OLE color: 5935742.
HSL color Cylindrical-coordinate representation of color #7E925A: hue angle of 81.43º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E925A is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 146 | 90 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.43 |
| HSL | 81.43º | 0.24% | 0.46% | - |
| HSV(B) | 81.43º | 0.38% | 0.57% | - |
| XYZ | 20.73 | 25.73 | 13.55 | - |
| YUV | 133.64 | 103.37 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 146 | 90 | 0.14 | 0 | 0.38 | 0.43 | 81.43 | 0.24 | 0.46 |
| Hex | 7E | 92 | 5A | E | 0 | 26 | 2B | 51 | 18 | 2E |
| Octal | 176 | 222 | 132 | 16 | 0 | 46 | 53 | 121 | 30 | 56 |
| Binary | 1111110 | 10010010 | 1011010 | 1110 | 0 | 100110 | 101011 | 1010001 | 11000 | 101110 |
Color Harmonies of #7E925A
Complementary color
Monochromatic Colors of #7E925A
Black with #7E925A
Text Example
Text Example
White with #7E925A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E925A; }
p { color: rgb(126,146,90); }
H1.HeaderClassName
{
color: #7E925A;
}
.AnyTagClassName
{
color: #7E925A;
}
</style>
background-color css
<style>
a { background-color: #7E925A; }
a { background-color: rgb(126,146,90); }
div.DivClassName
{
background-color: #7E925A;
}
.BgClassName
{
background-color: #7E925A;
}
</style>
border-color css
<style>
span { border-color: #7E925A; }
span { border-color: rgb(126,146,90); }
td.TdClassName
{
border-color: #7E925A;
}
.TagClassName
{
border-color: #7E925A;
}
</style>