Shades of Highland #7C9463
Tints of Highland #7C9463
RGB
CMYK
RGB Variations
Color information
#7C9463 (or 0x7C9463) is known color: Highland. HEX triplet: 7C, 94 and 63. RGB value is (124,148,99). Sum of RGB (Red+Green+Blue) = 124+148+99=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #7C9463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9463 is #836B9C. Grayscale: #878787. Windows color (decimal): -8612765 or 6526076. OLE color: 6526076.
HSL color Cylindrical-coordinate representation of color #7C9463: hue angle of 89.39º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C9463 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 148 | 99 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.42 |
| HSL | 89.39º | 0.2% | 0.48% | - |
| HSV(B) | 89.39º | 0.33% | 0.58% | - |
| XYZ | 21.15 | 26.37 | 15.78 | - |
| YUV | 135.24 | 107.55 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 148 | 99 | 0.16 | 0 | 0.33 | 0.42 | 89.39 | 0.2 | 0.48 |
| Hex | 7C | 94 | 63 | 10 | 0 | 21 | 2A | 59 | 14 | 30 |
| Octal | 174 | 224 | 143 | 20 | 0 | 41 | 52 | 131 | 24 | 60 |
| Binary | 1111100 | 10010100 | 1100011 | 10000 | 0 | 100001 | 101010 | 1011001 | 10100 | 110000 |
Color Harmonies of #7C9463
Complementary color
Monochromatic Colors of #7C9463
Black with #7C9463
Text Example
Text Example
White with #7C9463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9463; }
p { color: rgb(124,148,99); }
H1.HeaderClassName
{
color: #7C9463;
}
.AnyTagClassName
{
color: #7C9463;
}
</style>
background-color css
<style>
a { background-color: #7C9463; }
a { background-color: rgb(124,148,99); }
div.DivClassName
{
background-color: #7C9463;
}
.BgClassName
{
background-color: #7C9463;
}
</style>
border-color css
<style>
span { border-color: #7C9463; }
span { border-color: rgb(124,148,99); }
td.TdClassName
{
border-color: #7C9463;
}
.TagClassName
{
border-color: #7C9463;
}
</style>