Shades of Highland #7C9652
Tints of Highland #7C9652
RGB
CMYK
RGB Variations
Color information
#7C9652 (or 0x7C9652) is known color: Highland. HEX triplet: 7C, 96 and 52. RGB value is (124,150,82). Sum of RGB (Red+Green+Blue) = 124+150+82=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 150 - color contains mainly: green. Hex color #7C9652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9652 is #8369AD. Grayscale: #868686. Windows color (decimal): -8612270 or 5412476. OLE color: 5412476.
HSL color Cylindrical-coordinate representation of color #7C9652: hue angle of 82.94º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C9652 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 124 | 150 | 82 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.41 |
| HSL | 82.94º | 0.29% | 0.45% | - |
| HSV(B) | 82.94º | 0.45% | 0.59% | - |
| XYZ | 20.74 | 26.71 | 12.04 | - |
| YUV | 134.47 | 98.39 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 150 | 82 | 0.17 | 0 | 0.45 | 0.41 | 82.94 | 0.29 | 0.45 |
| Hex | 7C | 96 | 52 | 11 | 0 | 2D | 29 | 53 | 1D | 2D |
| Octal | 174 | 226 | 122 | 21 | 0 | 55 | 51 | 123 | 35 | 55 |
| Binary | 1111100 | 10010110 | 1010010 | 10001 | 0 | 101101 | 101001 | 1010011 | 11101 | 101101 |
Color Harmonies of #7C9652
Complementary color
Monochromatic Colors of #7C9652
Black with #7C9652
Text Example
Text Example
White with #7C9652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9652; }
p { color: rgb(124,150,82); }
H1.HeaderClassName
{
color: #7C9652;
}
.AnyTagClassName
{
color: #7C9652;
}
</style>
background-color css
<style>
a { background-color: #7C9652; }
a { background-color: rgb(124,150,82); }
div.DivClassName
{
background-color: #7C9652;
}
.BgClassName
{
background-color: #7C9652;
}
</style>
border-color css
<style>
span { border-color: #7C9652; }
span { border-color: rgb(124,150,82); }
td.TdClassName
{
border-color: #7C9652;
}
.TagClassName
{
border-color: #7C9652;
}
</style>