Shades of Highland #7C9063
Tints of Highland #7C9063
RGB
CMYK
RGB Variations
Color information
#7C9063 (or 0x7C9063) is known color: Highland. HEX triplet: 7C, 90 and 63. RGB value is (124,144,99). Sum of RGB (Red+Green+Blue) = 124+144+99=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 144 - color contains mainly: green. Hex color #7C9063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9063 is #836F9C. Grayscale: #858585. Windows color (decimal): -8613789 or 6525052. OLE color: 6525052.
HSL color Cylindrical-coordinate representation of color #7C9063: hue angle of 86.67º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C9063 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 144 | 99 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.44 |
| HSL | 86.67º | 0.19% | 0.48% | - |
| HSV(B) | 86.67º | 0.31% | 0.56% | - |
| XYZ | 20.54 | 25.13 | 15.57 | - |
| YUV | 132.89 | 108.87 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 144 | 99 | 0.14 | 0 | 0.31 | 0.44 | 86.67 | 0.19 | 0.48 |
| Hex | 7C | 90 | 63 | E | 0 | 1F | 2C | 57 | 13 | 30 |
| Octal | 174 | 220 | 143 | 16 | 0 | 37 | 54 | 127 | 23 | 60 |
| Binary | 1111100 | 10010000 | 1100011 | 1110 | 0 | 11111 | 101100 | 1010111 | 10011 | 110000 |
Color Harmonies of #7C9063
Complementary color
Monochromatic Colors of #7C9063
Black with #7C9063
Text Example
Text Example
White with #7C9063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9063; }
p { color: rgb(124,144,99); }
H1.HeaderClassName
{
color: #7C9063;
}
.AnyTagClassName
{
color: #7C9063;
}
</style>
background-color css
<style>
a { background-color: #7C9063; }
a { background-color: rgb(124,144,99); }
div.DivClassName
{
background-color: #7C9063;
}
.BgClassName
{
background-color: #7C9063;
}
</style>
border-color css
<style>
span { border-color: #7C9063; }
span { border-color: rgb(124,144,99); }
td.TdClassName
{
border-color: #7C9063;
}
.TagClassName
{
border-color: #7C9063;
}
</style>