Shades of Highland #7C8B57
Tints of Highland #7C8B57
RGB
CMYK
RGB Variations
Color information
#7C8B57 (or 0x7C8B57) is known color: Highland. HEX triplet: 7C, 8B and 57. RGB value is (124,139,87). Sum of RGB (Red+Green+Blue) = 124+139+87=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 139 - color contains mainly: green. Hex color #7C8B57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8B57 is #8374A8. Grayscale: #808080. Windows color (decimal): -8615081 or 5737340. OLE color: 5737340.
HSL color Cylindrical-coordinate representation of color #7C8B57: hue angle of 77.31º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C8B57 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 139 | 87 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.45 |
| HSL | 77.31º | 0.23% | 0.44% | - |
| HSV(B) | 77.31º | 0.37% | 0.55% | - |
| XYZ | 19.27 | 23.44 | 12.53 | - |
| YUV | 128.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 139 | 87 | 0.11 | 0 | 0.37 | 0.45 | 77.31 | 0.23 | 0.44 |
| Hex | 7C | 8B | 57 | B | 0 | 25 | 2D | 4D | 17 | 2C |
| Octal | 174 | 213 | 127 | 13 | 0 | 45 | 55 | 115 | 27 | 54 |
| Binary | 1111100 | 10001011 | 1010111 | 1011 | 0 | 100101 | 101101 | 1001101 | 10111 | 101100 |
Color Harmonies of #7C8B57
Complementary color
Monochromatic Colors of #7C8B57
Black with #7C8B57
Text Example
Text Example
White with #7C8B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8B57; }
p { color: rgb(124,139,87); }
H1.HeaderClassName
{
color: #7C8B57;
}
.AnyTagClassName
{
color: #7C8B57;
}
</style>
background-color css
<style>
a { background-color: #7C8B57; }
a { background-color: rgb(124,139,87); }
div.DivClassName
{
background-color: #7C8B57;
}
.BgClassName
{
background-color: #7C8B57;
}
</style>
border-color css
<style>
span { border-color: #7C8B57; }
span { border-color: rgb(124,139,87); }
td.TdClassName
{
border-color: #7C8B57;
}
.TagClassName
{
border-color: #7C8B57;
}
</style>