Shades of Highland #7E9258
Tints of Highland #7E9258
RGB
CMYK
RGB Variations
Color information
#7E9258 (or 0x7E9258) is known color: Highland. HEX triplet: 7E, 92 and 58. RGB value is (126,146,88). Sum of RGB (Red+Green+Blue) = 126+146+88=360 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 146 - color contains mainly: green. Hex color #7E9258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9258 is #816DA7. Grayscale: #858585. Windows color (decimal): -8482216 or 5804670. OLE color: 5804670.
HSL color Cylindrical-coordinate representation of color #7E9258: hue angle of 80.69º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E9258 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 126 | 146 | 88 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.43 |
| HSL | 80.69º | 0.25% | 0.46% | - |
| HSV(B) | 80.69º | 0.4% | 0.57% | - |
| XYZ | 20.64 | 25.7 | 13.1 | - |
| YUV | 133.41 | 102.37 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 146 | 88 | 0.14 | 0 | 0.40 | 0.43 | 80.69 | 0.25 | 0.46 |
| Hex | 7E | 92 | 58 | E | 0 | 28 | 2B | 51 | 19 | 2E |
| Octal | 176 | 222 | 130 | 16 | 0 | 50 | 53 | 121 | 31 | 56 |
| Binary | 1111110 | 10010010 | 1011000 | 1110 | 0 | 101000 | 101011 | 1010001 | 11001 | 101110 |
Color Harmonies of #7E9258
Complementary color
Monochromatic Colors of #7E9258
Black with #7E9258
Text Example
Text Example
White with #7E9258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9258; }
p { color: rgb(126,146,88); }
H1.HeaderClassName
{
color: #7E9258;
}
.AnyTagClassName
{
color: #7E9258;
}
</style>
background-color css
<style>
a { background-color: #7E9258; }
a { background-color: rgb(126,146,88); }
div.DivClassName
{
background-color: #7E9258;
}
.BgClassName
{
background-color: #7E9258;
}
</style>
border-color css
<style>
span { border-color: #7E9258; }
span { border-color: rgb(126,146,88); }
td.TdClassName
{
border-color: #7E9258;
}
.TagClassName
{
border-color: #7E9258;
}
</style>