Shades of Highland #7D966C
Tints of Highland #7D966C
RGB
CMYK
RGB Variations
Color information
#7D966C (or 0x7D966C) is known color: Highland. HEX triplet: 7D, 96 and 6C. RGB value is (125,150,108). Sum of RGB (Red+Green+Blue) = 125+150+108=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 150 - color contains mainly: green. Hex color #7D966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D966C is #826993. Grayscale: #898989. Windows color (decimal): -8546708 or 7116413. OLE color: 7116413.
HSL color Cylindrical-coordinate representation of color #7D966C: hue angle of 95.71º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D966C is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 125 | 150 | 108 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.41 |
| HSL | 95.71º | 0.17% | 0.51% | - |
| HSV(B) | 95.71º | 0.28% | 0.59% | - |
| XYZ | 22.07 | 27.26 | 18.28 | - |
| YUV | 137.74 | 111.22 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 150 | 108 | 0.17 | 0 | 0.28 | 0.41 | 95.71 | 0.17 | 0.51 |
| Hex | 7D | 96 | 6C | 11 | 0 | 1C | 29 | 60 | 11 | 33 |
| Octal | 175 | 226 | 154 | 21 | 0 | 34 | 51 | 140 | 21 | 63 |
| Binary | 1111101 | 10010110 | 1101100 | 10001 | 0 | 11100 | 101001 | 1100000 | 10001 | 110011 |
Color Harmonies of #7D966C
Complementary color
Monochromatic Colors of #7D966C
Black with #7D966C
Text Example
Text Example
White with #7D966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D966C; }
p { color: rgb(125,150,108); }
H1.HeaderClassName
{
color: #7D966C;
}
.AnyTagClassName
{
color: #7D966C;
}
</style>
background-color css
<style>
a { background-color: #7D966C; }
a { background-color: rgb(125,150,108); }
div.DivClassName
{
background-color: #7D966C;
}
.BgClassName
{
background-color: #7D966C;
}
</style>
border-color css
<style>
span { border-color: #7D966C; }
span { border-color: rgb(125,150,108); }
td.TdClassName
{
border-color: #7D966C;
}
.TagClassName
{
border-color: #7D966C;
}
</style>