Shades of Highland #7C936A
Tints of Highland #7C936A
RGB
CMYK
RGB Variations
Color information
#7C936A (or 0x7C936A) is known color: Highland. HEX triplet: 7C, 93 and 6A. RGB value is (124,147,106). Sum of RGB (Red+Green+Blue) = 124+147+106=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #7C936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C936A is #836C95. Grayscale: #878787. Windows color (decimal): -8613014 or 6984572. OLE color: 6984572.
HSL color Cylindrical-coordinate representation of color #7C936A: hue angle of 93.66º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7C936A is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 147 | 106 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.42 |
| HSL | 93.66º | 0.16% | 0.5% | - |
| HSV(B) | 93.66º | 0.28% | 0.58% | - |
| XYZ | 21.35 | 26.19 | 17.57 | - |
| YUV | 135.45 | 111.38 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 147 | 106 | 0.16 | 0 | 0.28 | 0.42 | 93.66 | 0.16 | 0.5 |
| Hex | 7C | 93 | 6A | 10 | 0 | 1C | 2A | 5E | 10 | 32 |
| Octal | 174 | 223 | 152 | 20 | 0 | 34 | 52 | 136 | 20 | 62 |
| Binary | 1111100 | 10010011 | 1101010 | 10000 | 0 | 11100 | 101010 | 1011110 | 10000 | 110010 |
Color Harmonies of #7C936A
Complementary color
Monochromatic Colors of #7C936A
Black with #7C936A
Text Example
Text Example
White with #7C936A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C936A; }
p { color: rgb(124,147,106); }
H1.HeaderClassName
{
color: #7C936A;
}
.AnyTagClassName
{
color: #7C936A;
}
</style>
background-color css
<style>
a { background-color: #7C936A; }
a { background-color: rgb(124,147,106); }
div.DivClassName
{
background-color: #7C936A;
}
.BgClassName
{
background-color: #7C936A;
}
</style>
border-color css
<style>
span { border-color: #7C936A; }
span { border-color: rgb(124,147,106); }
td.TdClassName
{
border-color: #7C936A;
}
.TagClassName
{
border-color: #7C936A;
}
</style>