Shades of Highland #7C9564
Tints of Highland #7C9564
RGB
CMYK
RGB Variations
Color information
#7C9564 (or 0x7C9564) is known color: Highland. HEX triplet: 7C, 95 and 64. RGB value is (124,149,100). Sum of RGB (Red+Green+Blue) = 124+149+100=373 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.24% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 149 - color contains mainly: green. Hex color #7C9564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9564 is #836A9B. Grayscale: #888888. Windows color (decimal): -8612508 or 6591868. OLE color: 6591868.
HSL color Cylindrical-coordinate representation of color #7C9564: hue angle of 90.61º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C9564 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 149 | 100 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.42 |
| HSL | 90.61º | 0.2% | 0.49% | - |
| HSV(B) | 90.61º | 0.33% | 0.58% | - |
| XYZ | 21.36 | 26.7 | 16.08 | - |
| YUV | 135.94 | 107.72 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 149 | 100 | 0.17 | 0 | 0.33 | 0.42 | 90.61 | 0.2 | 0.49 |
| Hex | 7C | 95 | 64 | 11 | 0 | 21 | 2A | 5B | 14 | 31 |
| Octal | 174 | 225 | 144 | 21 | 0 | 41 | 52 | 133 | 24 | 61 |
| Binary | 1111100 | 10010101 | 1100100 | 10001 | 0 | 100001 | 101010 | 1011011 | 10100 | 110001 |
Color Harmonies of #7C9564
Complementary color
Monochromatic Colors of #7C9564
Black with #7C9564
Text Example
Text Example
White with #7C9564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9564; }
p { color: rgb(124,149,100); }
H1.HeaderClassName
{
color: #7C9564;
}
.AnyTagClassName
{
color: #7C9564;
}
</style>
background-color css
<style>
a { background-color: #7C9564; }
a { background-color: rgb(124,149,100); }
div.DivClassName
{
background-color: #7C9564;
}
.BgClassName
{
background-color: #7C9564;
}
</style>
border-color css
<style>
span { border-color: #7C9564; }
span { border-color: rgb(124,149,100); }
td.TdClassName
{
border-color: #7C9564;
}
.TagClassName
{
border-color: #7C9564;
}
</style>