Shades of Highland #7C9755
Tints of Highland #7C9755
RGB
CMYK
RGB Variations
Color information
#7C9755 (or 0x7C9755) is known color: Highland. HEX triplet: 7C, 97 and 55. RGB value is (124,151,85). Sum of RGB (Red+Green+Blue) = 124+151+85=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 151 - color contains mainly: green. Hex color #7C9755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9755 is #8368AA. Grayscale: #878787. Windows color (decimal): -8612011 or 5609340. OLE color: 5609340.
HSL color Cylindrical-coordinate representation of color #7C9755: hue angle of 84.55º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C9755 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 124 | 151 | 85 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.41 |
| HSL | 84.55º | 0.28% | 0.46% | - |
| HSV(B) | 84.55º | 0.44% | 0.59% | - |
| XYZ | 21.02 | 27.07 | 12.71 | - |
| YUV | 135.4 | 99.55 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 151 | 85 | 0.18 | 0 | 0.44 | 0.41 | 84.55 | 0.28 | 0.46 |
| Hex | 7C | 97 | 55 | 12 | 0 | 2C | 29 | 55 | 1C | 2E |
| Octal | 174 | 227 | 125 | 22 | 0 | 54 | 51 | 125 | 34 | 56 |
| Binary | 1111100 | 10010111 | 1010101 | 10010 | 0 | 101100 | 101001 | 1010101 | 11100 | 101110 |
Color Harmonies of #7C9755
Complementary color
Monochromatic Colors of #7C9755
Black with #7C9755
Text Example
Text Example
White with #7C9755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9755; }
p { color: rgb(124,151,85); }
H1.HeaderClassName
{
color: #7C9755;
}
.AnyTagClassName
{
color: #7C9755;
}
</style>
background-color css
<style>
a { background-color: #7C9755; }
a { background-color: rgb(124,151,85); }
div.DivClassName
{
background-color: #7C9755;
}
.BgClassName
{
background-color: #7C9755;
}
</style>
border-color css
<style>
span { border-color: #7C9755; }
span { border-color: rgb(124,151,85); }
td.TdClassName
{
border-color: #7C9755;
}
.TagClassName
{
border-color: #7C9755;
}
</style>