Shades of Highland #7C926C
Tints of Highland #7C926C
RGB
CMYK
RGB Variations
Color information
#7C926C (or 0x7C926C) is known color: Highland. HEX triplet: 7C, 92 and 6C. RGB value is (124,146,108). Sum of RGB (Red+Green+Blue) = 124+146+108=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 146 - color contains mainly: green. Hex color #7C926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C926C is #836D93. Grayscale: #878787. Windows color (decimal): -8613268 or 7115388. OLE color: 7115388.
HSL color Cylindrical-coordinate representation of color #7C926C: hue angle of 94.74º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C926C is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 146 | 108 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.43 |
| HSL | 94.74º | 0.15% | 0.5% | - |
| HSV(B) | 94.74º | 0.26% | 0.57% | - |
| XYZ | 21.3 | 25.93 | 18.07 | - |
| YUV | 135.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 146 | 108 | 0.15 | 0 | 0.26 | 0.43 | 94.74 | 0.15 | 0.5 |
| Hex | 7C | 92 | 6C | F | 0 | 1A | 2B | 5F | F | 32 |
| Octal | 174 | 222 | 154 | 17 | 0 | 32 | 53 | 137 | 17 | 62 |
| Binary | 1111100 | 10010010 | 1101100 | 1111 | 0 | 11010 | 101011 | 1011111 | 1111 | 110010 |
Color Harmonies of #7C926C
Complementary color
Monochromatic Colors of #7C926C
Black with #7C926C
Text Example
Text Example
White with #7C926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C926C; }
p { color: rgb(124,146,108); }
H1.HeaderClassName
{
color: #7C926C;
}
.AnyTagClassName
{
color: #7C926C;
}
</style>
background-color css
<style>
a { background-color: #7C926C; }
a { background-color: rgb(124,146,108); }
div.DivClassName
{
background-color: #7C926C;
}
.BgClassName
{
background-color: #7C926C;
}
</style>
border-color css
<style>
span { border-color: #7C926C; }
span { border-color: rgb(124,146,108); }
td.TdClassName
{
border-color: #7C926C;
}
.TagClassName
{
border-color: #7C926C;
}
</style>