Shades of Highland #7C926A
Tints of Highland #7C926A
RGB
CMYK
RGB Variations
Color information
#7C926A (or 0x7C926A) is known color: Highland. HEX triplet: 7C, 92 and 6A. RGB value is (124,146,106). Sum of RGB (Red+Green+Blue) = 124+146+106=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #7C926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C926A is #836D95. Grayscale: #878787. Windows color (decimal): -8613270 or 6984316. OLE color: 6984316.
HSL color Cylindrical-coordinate representation of color #7C926A: hue angle of 93º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C926A is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 146 | 106 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.43 |
| HSL | 93º | 0.16% | 0.49% | - |
| HSV(B) | 93º | 0.27% | 0.57% | - |
| XYZ | 21.19 | 25.88 | 17.51 | - |
| YUV | 134.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 146 | 106 | 0.15 | 0 | 0.27 | 0.43 | 93 | 0.16 | 0.49 |
| Hex | 7C | 92 | 6A | F | 0 | 1B | 2B | 5D | 10 | 31 |
| Octal | 174 | 222 | 152 | 17 | 0 | 33 | 53 | 135 | 20 | 61 |
| Binary | 1111100 | 10010010 | 1101010 | 1111 | 0 | 11011 | 101011 | 1011101 | 10000 | 110001 |
Color Harmonies of #7C926A
Complementary color
Monochromatic Colors of #7C926A
Black with #7C926A
Text Example
Text Example
White with #7C926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C926A; }
p { color: rgb(124,146,106); }
H1.HeaderClassName
{
color: #7C926A;
}
.AnyTagClassName
{
color: #7C926A;
}
</style>
background-color css
<style>
a { background-color: #7C926A; }
a { background-color: rgb(124,146,106); }
div.DivClassName
{
background-color: #7C926A;
}
.BgClassName
{
background-color: #7C926A;
}
</style>
border-color css
<style>
span { border-color: #7C926A; }
span { border-color: rgb(124,146,106); }
td.TdClassName
{
border-color: #7C926A;
}
.TagClassName
{
border-color: #7C926A;
}
</style>