Shades of Highland #7E9052
Tints of Highland #7E9052
RGB
CMYK
RGB Variations
Color information
#7E9052 (or 0x7E9052) is known color: Highland. HEX triplet: 7E, 90 and 52. RGB value is (126,144,82). Sum of RGB (Red+Green+Blue) = 126+144+82=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 144 - color contains mainly: green. Hex color #7E9052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9052 is #816FAD. Grayscale: #838383. Windows color (decimal): -8482734 or 5410942. OLE color: 5410942.
HSL color Cylindrical-coordinate representation of color #7E9052: hue angle of 77.42º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E9052 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 144 | 82 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.44 |
| HSL | 77.42º | 0.27% | 0.44% | - |
| HSV(B) | 77.42º | 0.43% | 0.56% | - |
| XYZ | 20.1 | 24.99 | 11.75 | - |
| YUV | 131.55 | 100.04 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 144 | 82 | 0.12 | 0 | 0.43 | 0.44 | 77.42 | 0.27 | 0.44 |
| Hex | 7E | 90 | 52 | C | 0 | 2B | 2C | 4D | 1B | 2C |
| Octal | 176 | 220 | 122 | 14 | 0 | 53 | 54 | 115 | 33 | 54 |
| Binary | 1111110 | 10010000 | 1010010 | 1100 | 0 | 101011 | 101100 | 1001101 | 11011 | 101100 |
Color Harmonies of #7E9052
Complementary color
Monochromatic Colors of #7E9052
Black with #7E9052
Text Example
Text Example
White with #7E9052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9052; }
p { color: rgb(126,144,82); }
H1.HeaderClassName
{
color: #7E9052;
}
.AnyTagClassName
{
color: #7E9052;
}
</style>
background-color css
<style>
a { background-color: #7E9052; }
a { background-color: rgb(126,144,82); }
div.DivClassName
{
background-color: #7E9052;
}
.BgClassName
{
background-color: #7E9052;
}
</style>
border-color css
<style>
span { border-color: #7E9052; }
span { border-color: rgb(126,144,82); }
td.TdClassName
{
border-color: #7E9052;
}
.TagClassName
{
border-color: #7E9052;
}
</style>