Shades of Highland #7D956B
Tints of Highland #7D956B
RGB
CMYK
RGB Variations
Color information
#7D956B (or 0x7D956B) is known color: Highland. HEX triplet: 7D, 95 and 6B. RGB value is (125,149,107). Sum of RGB (Red+Green+Blue) = 125+149+107=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 149 - color contains mainly: green. Hex color #7D956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D956B is #826A94. Grayscale: #898989. Windows color (decimal): -8546965 or 7050621. OLE color: 7050621.
HSL color Cylindrical-coordinate representation of color #7D956B: hue angle of 94.29º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D956B is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 149 | 107 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.42 |
| HSL | 94.29º | 0.17% | 0.5% | - |
| HSV(B) | 94.29º | 0.28% | 0.58% | - |
| XYZ | 21.86 | 26.92 | 17.95 | - |
| YUV | 137.04 | 111.05 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 149 | 107 | 0.16 | 0 | 0.28 | 0.42 | 94.29 | 0.17 | 0.5 |
| Hex | 7D | 95 | 6B | 10 | 0 | 1C | 2A | 5E | 11 | 32 |
| Octal | 175 | 225 | 153 | 20 | 0 | 34 | 52 | 136 | 21 | 62 |
| Binary | 1111101 | 10010101 | 1101011 | 10000 | 0 | 11100 | 101010 | 1011110 | 10001 | 110010 |
Color Harmonies of #7D956B
Complementary color
Monochromatic Colors of #7D956B
Black with #7D956B
Text Example
Text Example
White with #7D956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D956B; }
p { color: rgb(125,149,107); }
H1.HeaderClassName
{
color: #7D956B;
}
.AnyTagClassName
{
color: #7D956B;
}
</style>
background-color css
<style>
a { background-color: #7D956B; }
a { background-color: rgb(125,149,107); }
div.DivClassName
{
background-color: #7D956B;
}
.BgClassName
{
background-color: #7D956B;
}
</style>
border-color css
<style>
span { border-color: #7D956B; }
span { border-color: rgb(125,149,107); }
td.TdClassName
{
border-color: #7D956B;
}
.TagClassName
{
border-color: #7D956B;
}
</style>