Shades of Highland #7C8B5E
Tints of Highland #7C8B5E
RGB
CMYK
RGB Variations
Color information
#7C8B5E (or 0x7C8B5E) is known color: Highland. HEX triplet: 7C, 8B and 5E. RGB value is (124,139,94). Sum of RGB (Red+Green+Blue) = 124+139+94=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 139 - color contains mainly: green. Hex color #7C8B5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8B5E is #8374A1. Grayscale: #818181. Windows color (decimal): -8615074 or 6196092. OLE color: 6196092.
HSL color Cylindrical-coordinate representation of color #7C8B5E: hue angle of 80º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7C8B5E is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 139 | 94 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.45 |
| HSL | 80º | 0.19% | 0.46% | - |
| HSV(B) | 80º | 0.32% | 0.55% | - |
| XYZ | 19.57 | 23.56 | 14.11 | - |
| YUV | 129.39 | 108.03 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 139 | 94 | 0.11 | 0 | 0.32 | 0.45 | 80 | 0.19 | 0.46 |
| Hex | 7C | 8B | 5E | B | 0 | 20 | 2D | 50 | 13 | 2E |
| Octal | 174 | 213 | 136 | 13 | 0 | 40 | 55 | 120 | 23 | 56 |
| Binary | 1111100 | 10001011 | 1011110 | 1011 | 0 | 100000 | 101101 | 1010000 | 10011 | 101110 |
Color Harmonies of #7C8B5E
Complementary color
Monochromatic Colors of #7C8B5E
Black with #7C8B5E
Text Example
Text Example
White with #7C8B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8B5E; }
p { color: rgb(124,139,94); }
H1.HeaderClassName
{
color: #7C8B5E;
}
.AnyTagClassName
{
color: #7C8B5E;
}
</style>
background-color css
<style>
a { background-color: #7C8B5E; }
a { background-color: rgb(124,139,94); }
div.DivClassName
{
background-color: #7C8B5E;
}
.BgClassName
{
background-color: #7C8B5E;
}
</style>
border-color css
<style>
span { border-color: #7C8B5E; }
span { border-color: rgb(124,139,94); }
td.TdClassName
{
border-color: #7C8B5E;
}
.TagClassName
{
border-color: #7C8B5E;
}
</style>