Shades of Highland #7E905F
Tints of Highland #7E905F
RGB
CMYK
RGB Variations
Color information
#7E905F (or 0x7E905F) is known color: Highland. HEX triplet: 7E, 90 and 5F. RGB value is (126,144,95). Sum of RGB (Red+Green+Blue) = 126+144+95=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 144 - color contains mainly: green. Hex color #7E905F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E905F is #816FA0. Grayscale: #858585. Windows color (decimal): -8482721 or 6262910. OLE color: 6262910.
HSL color Cylindrical-coordinate representation of color #7E905F: hue angle of 82.04º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E905F is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 144 | 95 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.44 |
| HSL | 82.04º | 0.21% | 0.47% | - |
| HSV(B) | 82.04º | 0.34% | 0.56% | - |
| XYZ | 20.64 | 25.21 | 14.6 | - |
| YUV | 133.03 | 106.54 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 144 | 95 | 0.12 | 0 | 0.34 | 0.44 | 82.04 | 0.21 | 0.47 |
| Hex | 7E | 90 | 5F | C | 0 | 22 | 2C | 52 | 15 | 2F |
| Octal | 176 | 220 | 137 | 14 | 0 | 42 | 54 | 122 | 25 | 57 |
| Binary | 1111110 | 10010000 | 1011111 | 1100 | 0 | 100010 | 101100 | 1010010 | 10101 | 101111 |
Color Harmonies of #7E905F
Complementary color
Monochromatic Colors of #7E905F
Black with #7E905F
Text Example
Text Example
White with #7E905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E905F; }
p { color: rgb(126,144,95); }
H1.HeaderClassName
{
color: #7E905F;
}
.AnyTagClassName
{
color: #7E905F;
}
</style>
background-color css
<style>
a { background-color: #7E905F; }
a { background-color: rgb(126,144,95); }
div.DivClassName
{
background-color: #7E905F;
}
.BgClassName
{
background-color: #7E905F;
}
</style>
border-color css
<style>
span { border-color: #7E905F; }
span { border-color: rgb(126,144,95); }
td.TdClassName
{
border-color: #7E905F;
}
.TagClassName
{
border-color: #7E905F;
}
</style>