Shades of Highland #7E954F
Tints of Highland #7E954F
RGB
CMYK
RGB Variations
Color information
#7E954F (or 0x7E954F) is known color: Highland. HEX triplet: 7E, 95 and 4F. RGB value is (126,149,79). Sum of RGB (Red+Green+Blue) = 126+149+79=354 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.59% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #7E954F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E954F is #816AB0. Grayscale: #868686. Windows color (decimal): -8481457 or 5215614. OLE color: 5215614.
HSL color Cylindrical-coordinate representation of color #7E954F: hue angle of 79.71º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E954F is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 149 | 79 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.42 |
| HSL | 79.71º | 0.31% | 0.45% | - |
| HSV(B) | 79.71º | 0.47% | 0.58% | - |
| XYZ | 20.76 | 26.5 | 11.42 | - |
| YUV | 134.14 | 96.88 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 149 | 79 | 0.15 | 0 | 0.47 | 0.42 | 79.71 | 0.31 | 0.45 |
| Hex | 7E | 95 | 4F | F | 0 | 2F | 2A | 50 | 1F | 2D |
| Octal | 176 | 225 | 117 | 17 | 0 | 57 | 52 | 120 | 37 | 55 |
| Binary | 1111110 | 10010101 | 1001111 | 1111 | 0 | 101111 | 101010 | 1010000 | 11111 | 101101 |
Color Harmonies of #7E954F
Complementary color
Monochromatic Colors of #7E954F
Black with #7E954F
Text Example
Text Example
White with #7E954F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E954F; }
p { color: rgb(126,149,79); }
H1.HeaderClassName
{
color: #7E954F;
}
.AnyTagClassName
{
color: #7E954F;
}
</style>
background-color css
<style>
a { background-color: #7E954F; }
a { background-color: rgb(126,149,79); }
div.DivClassName
{
background-color: #7E954F;
}
.BgClassName
{
background-color: #7E954F;
}
</style>
border-color css
<style>
span { border-color: #7E954F; }
span { border-color: rgb(126,149,79); }
td.TdClassName
{
border-color: #7E954F;
}
.TagClassName
{
border-color: #7E954F;
}
</style>