Shades of Highland #7C8B60
Tints of Highland #7C8B60
RGB
CMYK
RGB Variations
Color information
#7C8B60 (or 0x7C8B60) is known color: Highland. HEX triplet: 7C, 8B and 60. RGB value is (124,139,96). Sum of RGB (Red+Green+Blue) = 124+139+96=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 139 - color contains mainly: green. Hex color #7C8B60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8B60 is #83749F. Grayscale: #818181. Windows color (decimal): -8615072 or 6327164. OLE color: 6327164.
HSL color Cylindrical-coordinate representation of color #7C8B60: hue angle of 80.93º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C8B60 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 139 | 96 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.45 |
| HSL | 80.93º | 0.18% | 0.46% | - |
| HSV(B) | 80.93º | 0.31% | 0.55% | - |
| XYZ | 19.66 | 23.59 | 14.58 | - |
| YUV | 129.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 139 | 96 | 0.11 | 0 | 0.31 | 0.45 | 80.93 | 0.18 | 0.46 |
| Hex | 7C | 8B | 60 | B | 0 | 1F | 2D | 51 | 12 | 2E |
| Octal | 174 | 213 | 140 | 13 | 0 | 37 | 55 | 121 | 22 | 56 |
| Binary | 1111100 | 10001011 | 1100000 | 1011 | 0 | 11111 | 101101 | 1010001 | 10010 | 101110 |
Color Harmonies of #7C8B60
Complementary color
Monochromatic Colors of #7C8B60
Black with #7C8B60
Text Example
Text Example
White with #7C8B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8B60; }
p { color: rgb(124,139,96); }
H1.HeaderClassName
{
color: #7C8B60;
}
.AnyTagClassName
{
color: #7C8B60;
}
</style>
background-color css
<style>
a { background-color: #7C8B60; }
a { background-color: rgb(124,139,96); }
div.DivClassName
{
background-color: #7C8B60;
}
.BgClassName
{
background-color: #7C8B60;
}
</style>
border-color css
<style>
span { border-color: #7C8B60; }
span { border-color: rgb(124,139,96); }
td.TdClassName
{
border-color: #7C8B60;
}
.TagClassName
{
border-color: #7C8B60;
}
</style>