Shades of Highland #7C9859
Tints of Highland #7C9859
RGB
CMYK
RGB Variations
Color information
#7C9859 (or 0x7C9859) is known color: Highland. HEX triplet: 7C, 98 and 59. RGB value is (124,152,89). Sum of RGB (Red+Green+Blue) = 124+152+89=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #7C9859 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9859 is #8367A6. Grayscale: #888888. Windows color (decimal): -8611751 or 5871740. OLE color: 5871740.
HSL color Cylindrical-coordinate representation of color #7C9859: hue angle of 86.67º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C9859 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 124 | 152 | 89 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.40 |
| HSL | 86.67º | 0.26% | 0.47% | - |
| HSV(B) | 86.67º | 0.41% | 0.6% | - |
| XYZ | 21.34 | 27.46 | 13.63 | - |
| YUV | 136.45 | 101.22 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 152 | 89 | 0.18 | 0 | 0.41 | 0.40 | 86.67 | 0.26 | 0.47 |
| Hex | 7C | 98 | 59 | 12 | 0 | 29 | 28 | 57 | 1A | 2F |
| Octal | 174 | 230 | 131 | 22 | 0 | 51 | 50 | 127 | 32 | 57 |
| Binary | 1111100 | 10011000 | 1011001 | 10010 | 0 | 101001 | 101000 | 1010111 | 11010 | 101111 |
Color Harmonies of #7C9859
Complementary color
Monochromatic Colors of #7C9859
Black with #7C9859
Text Example
Text Example
White with #7C9859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9859; }
p { color: rgb(124,152,89); }
H1.HeaderClassName
{
color: #7C9859;
}
.AnyTagClassName
{
color: #7C9859;
}
</style>
background-color css
<style>
a { background-color: #7C9859; }
a { background-color: rgb(124,152,89); }
div.DivClassName
{
background-color: #7C9859;
}
.BgClassName
{
background-color: #7C9859;
}
</style>
border-color css
<style>
span { border-color: #7C9859; }
span { border-color: rgb(124,152,89); }
td.TdClassName
{
border-color: #7C9859;
}
.TagClassName
{
border-color: #7C9859;
}
</style>