Shades of Highland #7C9363
Tints of Highland #7C9363
RGB
CMYK
RGB Variations
Color information
#7C9363 (or 0x7C9363) is known color: Highland. HEX triplet: 7C, 93 and 63. RGB value is (124,147,99). Sum of RGB (Red+Green+Blue) = 124+147+99=370 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.51% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 147 - color contains mainly: green. Hex color #7C9363 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9363 is #836C9C. Grayscale: #868686. Windows color (decimal): -8613021 or 6525820. OLE color: 6525820.
HSL color Cylindrical-coordinate representation of color #7C9363: hue angle of 88.75º 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 #7C9363 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 147 | 99 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.42 |
| HSL | 88.75º | 0.2% | 0.48% | - |
| HSV(B) | 88.75º | 0.33% | 0.58% | - |
| XYZ | 21 | 26.05 | 15.73 | - |
| YUV | 134.65 | 107.88 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 147 | 99 | 0.16 | 0 | 0.33 | 0.42 | 88.75 | 0.2 | 0.48 |
| Hex | 7C | 93 | 63 | 10 | 0 | 21 | 2A | 59 | 14 | 30 |
| Octal | 174 | 223 | 143 | 20 | 0 | 41 | 52 | 131 | 24 | 60 |
| Binary | 1111100 | 10010011 | 1100011 | 10000 | 0 | 100001 | 101010 | 1011001 | 10100 | 110000 |
Color Harmonies of #7C9363
Complementary color
Monochromatic Colors of #7C9363
Black with #7C9363
Text Example
Text Example
White with #7C9363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9363; }
p { color: rgb(124,147,99); }
H1.HeaderClassName
{
color: #7C9363;
}
.AnyTagClassName
{
color: #7C9363;
}
</style>
background-color css
<style>
a { background-color: #7C9363; }
a { background-color: rgb(124,147,99); }
div.DivClassName
{
background-color: #7C9363;
}
.BgClassName
{
background-color: #7C9363;
}
</style>
border-color css
<style>
span { border-color: #7C9363; }
span { border-color: rgb(124,147,99); }
td.TdClassName
{
border-color: #7C9363;
}
.TagClassName
{
border-color: #7C9363;
}
</style>