Shades of Highland #7E9353
Tints of Highland #7E9353
RGB
CMYK
RGB Variations
Color information
#7E9353 (or 0x7E9353) is known color: Highland. HEX triplet: 7E, 93 and 53. RGB value is (126,147,83). Sum of RGB (Red+Green+Blue) = 126+147+83=356 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.39% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #7E9353 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9353 is #816CAC. Grayscale: #858585. Windows color (decimal): -8481965 or 5477246. OLE color: 5477246.
HSL color Cylindrical-coordinate representation of color #7E9353: hue angle of 79.69º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E9353 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 147 | 83 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.42 |
| HSL | 79.69º | 0.28% | 0.45% | - |
| HSV(B) | 79.69º | 0.44% | 0.58% | - |
| XYZ | 20.6 | 25.93 | 12.1 | - |
| YUV | 133.43 | 99.54 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 147 | 83 | 0.14 | 0 | 0.44 | 0.42 | 79.69 | 0.28 | 0.45 |
| Hex | 7E | 93 | 53 | E | 0 | 2C | 2A | 50 | 1C | 2D |
| Octal | 176 | 223 | 123 | 16 | 0 | 54 | 52 | 120 | 34 | 55 |
| Binary | 1111110 | 10010011 | 1010011 | 1110 | 0 | 101100 | 101010 | 1010000 | 11100 | 101101 |
Color Harmonies of #7E9353
Complementary color
Monochromatic Colors of #7E9353
Black with #7E9353
Text Example
Text Example
White with #7E9353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9353; }
p { color: rgb(126,147,83); }
H1.HeaderClassName
{
color: #7E9353;
}
.AnyTagClassName
{
color: #7E9353;
}
</style>
background-color css
<style>
a { background-color: #7E9353; }
a { background-color: rgb(126,147,83); }
div.DivClassName
{
background-color: #7E9353;
}
.BgClassName
{
background-color: #7E9353;
}
</style>
border-color css
<style>
span { border-color: #7E9353; }
span { border-color: rgb(126,147,83); }
td.TdClassName
{
border-color: #7E9353;
}
.TagClassName
{
border-color: #7E9353;
}
</style>