Shades of Highland #7E9453
Tints of Highland #7E9453
RGB
CMYK
RGB Variations
Color information
#7E9453 (or 0x7E9453) is known color: Highland. HEX triplet: 7E, 94 and 53. RGB value is (126,148,83). Sum of RGB (Red+Green+Blue) = 126+148+83=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #7E9453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9453 is #816BAC. Grayscale: #868686. Windows color (decimal): -8481709 or 5477502. OLE color: 5477502.
HSL color Cylindrical-coordinate representation of color #7E9453: hue angle of 80.31º 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 #7E9453 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 148 | 83 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.42 |
| HSL | 80.31º | 0.28% | 0.45% | - |
| HSV(B) | 80.31º | 0.44% | 0.58% | - |
| XYZ | 20.76 | 26.24 | 12.15 | - |
| YUV | 134.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 148 | 83 | 0.15 | 0 | 0.44 | 0.42 | 80.31 | 0.28 | 0.45 |
| Hex | 7E | 94 | 53 | F | 0 | 2C | 2A | 50 | 1C | 2D |
| Octal | 176 | 224 | 123 | 17 | 0 | 54 | 52 | 120 | 34 | 55 |
| Binary | 1111110 | 10010100 | 1010011 | 1111 | 0 | 101100 | 101010 | 1010000 | 11100 | 101101 |
Color Harmonies of #7E9453
Complementary color
Monochromatic Colors of #7E9453
Black with #7E9453
Text Example
Text Example
White with #7E9453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9453; }
p { color: rgb(126,148,83); }
H1.HeaderClassName
{
color: #7E9453;
}
.AnyTagClassName
{
color: #7E9453;
}
</style>
background-color css
<style>
a { background-color: #7E9453; }
a { background-color: rgb(126,148,83); }
div.DivClassName
{
background-color: #7E9453;
}
.BgClassName
{
background-color: #7E9453;
}
</style>
border-color css
<style>
span { border-color: #7E9453; }
span { border-color: rgb(126,148,83); }
td.TdClassName
{
border-color: #7E9453;
}
.TagClassName
{
border-color: #7E9453;
}
</style>