Shades of Highland #7C8B5A
Tints of Highland #7C8B5A
RGB
CMYK
RGB Variations
Color information
#7C8B5A (or 0x7C8B5A) is known color: Highland. HEX triplet: 7C, 8B and 5A. RGB value is (124,139,90). Sum of RGB (Red+Green+Blue) = 124+139+90=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 139 - color contains mainly: green. Hex color #7C8B5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8B5A is #8374A5. Grayscale: #818181. Windows color (decimal): -8615078 or 5933948. OLE color: 5933948.
HSL color Cylindrical-coordinate representation of color #7C8B5A: hue angle of 78.37º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C8B5A is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 139 | 90 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.45 |
| HSL | 78.37º | 0.21% | 0.45% | - |
| HSV(B) | 78.37º | 0.35% | 0.55% | - |
| XYZ | 19.39 | 23.49 | 13.18 | - |
| YUV | 128.93 | 106.03 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 139 | 90 | 0.11 | 0 | 0.35 | 0.45 | 78.37 | 0.21 | 0.45 |
| Hex | 7C | 8B | 5A | B | 0 | 23 | 2D | 4E | 15 | 2D |
| Octal | 174 | 213 | 132 | 13 | 0 | 43 | 55 | 116 | 25 | 55 |
| Binary | 1111100 | 10001011 | 1011010 | 1011 | 0 | 100011 | 101101 | 1001110 | 10101 | 101101 |
Color Harmonies of #7C8B5A
Complementary color
Monochromatic Colors of #7C8B5A
Black with #7C8B5A
Text Example
Text Example
White with #7C8B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8B5A; }
p { color: rgb(124,139,90); }
H1.HeaderClassName
{
color: #7C8B5A;
}
.AnyTagClassName
{
color: #7C8B5A;
}
</style>
background-color css
<style>
a { background-color: #7C8B5A; }
a { background-color: rgb(124,139,90); }
div.DivClassName
{
background-color: #7C8B5A;
}
.BgClassName
{
background-color: #7C8B5A;
}
</style>
border-color css
<style>
span { border-color: #7C8B5A; }
span { border-color: rgb(124,139,90); }
td.TdClassName
{
border-color: #7C8B5A;
}
.TagClassName
{
border-color: #7C8B5A;
}
</style>