Shades of Highland #7C9260
Tints of Highland #7C9260
RGB
CMYK
RGB Variations
Color information
#7C9260 (or 0x7C9260) is known color: Highland. HEX triplet: 7C, 92 and 60. RGB value is (124,146,96). Sum of RGB (Red+Green+Blue) = 124+146+96=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #7C9260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9260 is #836D9F. Grayscale: #858585. Windows color (decimal): -8613280 or 6328956. OLE color: 6328956.
HSL color Cylindrical-coordinate representation of color #7C9260: hue angle of 86.4º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C9260 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 146 | 96 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.43 |
| HSL | 86.4º | 0.21% | 0.47% | - |
| HSV(B) | 86.4º | 0.34% | 0.57% | - |
| XYZ | 20.7 | 25.69 | 14.93 | - |
| YUV | 133.72 | 106.71 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 146 | 96 | 0.15 | 0 | 0.34 | 0.43 | 86.4 | 0.21 | 0.47 |
| Hex | 7C | 92 | 60 | F | 0 | 22 | 2B | 56 | 15 | 2F |
| Octal | 174 | 222 | 140 | 17 | 0 | 42 | 53 | 126 | 25 | 57 |
| Binary | 1111100 | 10010010 | 1100000 | 1111 | 0 | 100010 | 101011 | 1010110 | 10101 | 101111 |
Color Harmonies of #7C9260
Complementary color
Monochromatic Colors of #7C9260
Black with #7C9260
Text Example
Text Example
White with #7C9260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9260; }
p { color: rgb(124,146,96); }
H1.HeaderClassName
{
color: #7C9260;
}
.AnyTagClassName
{
color: #7C9260;
}
</style>
background-color css
<style>
a { background-color: #7C9260; }
a { background-color: rgb(124,146,96); }
div.DivClassName
{
background-color: #7C9260;
}
.BgClassName
{
background-color: #7C9260;
}
</style>
border-color css
<style>
span { border-color: #7C9260; }
span { border-color: rgb(124,146,96); }
td.TdClassName
{
border-color: #7C9260;
}
.TagClassName
{
border-color: #7C9260;
}
</style>