Shades of Highland #7E9350
Tints of Highland #7E9350
RGB
CMYK
RGB Variations
Color information
#7E9350 (or 0x7E9350) is known color: Highland. HEX triplet: 7E, 93 and 50. RGB value is (126,147,80). Sum of RGB (Red+Green+Blue) = 126+147+80=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #7E9350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9350 is #816CAF. Grayscale: #858585. Windows color (decimal): -8481968 or 5280638. OLE color: 5280638.
HSL color Cylindrical-coordinate representation of color #7E9350: hue angle of 78.81º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E9350 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 147 | 80 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.42 |
| HSL | 78.81º | 0.3% | 0.45% | - |
| HSV(B) | 78.81º | 0.46% | 0.58% | - |
| XYZ | 20.49 | 25.88 | 11.51 | - |
| YUV | 133.08 | 98.04 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 147 | 80 | 0.14 | 0 | 0.46 | 0.42 | 78.81 | 0.3 | 0.45 |
| Hex | 7E | 93 | 50 | E | 0 | 2E | 2A | 4F | 1E | 2D |
| Octal | 176 | 223 | 120 | 16 | 0 | 56 | 52 | 117 | 36 | 55 |
| Binary | 1111110 | 10010011 | 1010000 | 1110 | 0 | 101110 | 101010 | 1001111 | 11110 | 101101 |
Color Harmonies of #7E9350
Complementary color
Monochromatic Colors of #7E9350
Black with #7E9350
Text Example
Text Example
White with #7E9350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9350; }
p { color: rgb(126,147,80); }
H1.HeaderClassName
{
color: #7E9350;
}
.AnyTagClassName
{
color: #7E9350;
}
</style>
background-color css
<style>
a { background-color: #7E9350; }
a { background-color: rgb(126,147,80); }
div.DivClassName
{
background-color: #7E9350;
}
.BgClassName
{
background-color: #7E9350;
}
</style>
border-color css
<style>
span { border-color: #7E9350; }
span { border-color: rgb(126,147,80); }
td.TdClassName
{
border-color: #7E9350;
}
.TagClassName
{
border-color: #7E9350;
}
</style>