Shades of Highland #7C9864
Tints of Highland #7C9864
RGB
CMYK
RGB Variations
Color information
#7C9864 (or 0x7C9864) is known color: Highland. HEX triplet: 7C, 98 and 64. RGB value is (124,152,100). Sum of RGB (Red+Green+Blue) = 124+152+100=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #7C9864 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9864 is #83679B. Grayscale: #898989. Windows color (decimal): -8611740 or 6592636. OLE color: 6592636.
HSL color Cylindrical-coordinate representation of color #7C9864: hue angle of 92.31º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C9864 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 152 | 100 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.40 |
| HSL | 92.31º | 0.21% | 0.49% | - |
| HSV(B) | 92.31º | 0.34% | 0.6% | - |
| XYZ | 21.84 | 27.66 | 16.24 | - |
| YUV | 137.7 | 106.72 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 152 | 100 | 0.18 | 0 | 0.34 | 0.40 | 92.31 | 0.21 | 0.49 |
| Hex | 7C | 98 | 64 | 12 | 0 | 22 | 28 | 5C | 15 | 31 |
| Octal | 174 | 230 | 144 | 22 | 0 | 42 | 50 | 134 | 25 | 61 |
| Binary | 1111100 | 10011000 | 1100100 | 10010 | 0 | 100010 | 101000 | 1011100 | 10101 | 110001 |
Color Harmonies of #7C9864
Complementary color
Monochromatic Colors of #7C9864
Black with #7C9864
Text Example
Text Example
White with #7C9864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9864; }
p { color: rgb(124,152,100); }
H1.HeaderClassName
{
color: #7C9864;
}
.AnyTagClassName
{
color: #7C9864;
}
</style>
background-color css
<style>
a { background-color: #7C9864; }
a { background-color: rgb(124,152,100); }
div.DivClassName
{
background-color: #7C9864;
}
.BgClassName
{
background-color: #7C9864;
}
</style>
border-color css
<style>
span { border-color: #7C9864; }
span { border-color: rgb(124,152,100); }
td.TdClassName
{
border-color: #7C9864;
}
.TagClassName
{
border-color: #7C9864;
}
</style>