Shades of Highland #7E9351
Tints of Highland #7E9351
RGB
CMYK
RGB Variations
Color information
#7E9351 (or 0x7E9351) is known color: Highland. HEX triplet: 7E, 93 and 51. RGB value is (126,147,81). Sum of RGB (Red+Green+Blue) = 126+147+81=354 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.59% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 147 - color contains mainly: green. Hex color #7E9351 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9351 is #816CAE. Grayscale: #858585. Windows color (decimal): -8481967 or 5346174. OLE color: 5346174.
HSL color Cylindrical-coordinate representation of color #7E9351: hue angle of 79.09º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E9351 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 147 | 81 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.42 |
| HSL | 79.09º | 0.29% | 0.45% | - |
| HSV(B) | 79.09º | 0.45% | 0.58% | - |
| XYZ | 20.52 | 25.9 | 11.7 | - |
| YUV | 133.2 | 98.54 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 147 | 81 | 0.14 | 0 | 0.45 | 0.42 | 79.09 | 0.29 | 0.45 |
| Hex | 7E | 93 | 51 | E | 0 | 2D | 2A | 4F | 1D | 2D |
| Octal | 176 | 223 | 121 | 16 | 0 | 55 | 52 | 117 | 35 | 55 |
| Binary | 1111110 | 10010011 | 1010001 | 1110 | 0 | 101101 | 101010 | 1001111 | 11101 | 101101 |
Color Harmonies of #7E9351
Complementary color
Monochromatic Colors of #7E9351
Black with #7E9351
Text Example
Text Example
White with #7E9351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9351; }
p { color: rgb(126,147,81); }
H1.HeaderClassName
{
color: #7E9351;
}
.AnyTagClassName
{
color: #7E9351;
}
</style>
background-color css
<style>
a { background-color: #7E9351; }
a { background-color: rgb(126,147,81); }
div.DivClassName
{
background-color: #7E9351;
}
.BgClassName
{
background-color: #7E9351;
}
</style>
border-color css
<style>
span { border-color: #7E9351; }
span { border-color: rgb(126,147,81); }
td.TdClassName
{
border-color: #7E9351;
}
.TagClassName
{
border-color: #7E9351;
}
</style>