Shades of Highland #7D9562
Tints of Highland #7D9562
RGB
CMYK
RGB Variations
Color information
#7D9562 (or 0x7D9562) is known color: Highland. HEX triplet: 7D, 95 and 62. RGB value is (125,149,98). Sum of RGB (Red+Green+Blue) = 125+149+98=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #7D9562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9562 is #826A9D. Grayscale: #888888. Windows color (decimal): -8546974 or 6460797. OLE color: 6460797.
HSL color Cylindrical-coordinate representation of color #7D9562: hue angle of 88.24º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D9562 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 149 | 98 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.42 |
| HSL | 88.24º | 0.21% | 0.48% | - |
| HSV(B) | 88.24º | 0.34% | 0.58% | - |
| XYZ | 21.41 | 26.74 | 15.59 | - |
| YUV | 136.01 | 106.55 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 149 | 98 | 0.16 | 0 | 0.34 | 0.42 | 88.24 | 0.21 | 0.48 |
| Hex | 7D | 95 | 62 | 10 | 0 | 22 | 2A | 58 | 15 | 30 |
| Octal | 175 | 225 | 142 | 20 | 0 | 42 | 52 | 130 | 25 | 60 |
| Binary | 1111101 | 10010101 | 1100010 | 10000 | 0 | 100010 | 101010 | 1011000 | 10101 | 110000 |
Color Harmonies of #7D9562
Complementary color
Monochromatic Colors of #7D9562
Black with #7D9562
Text Example
Text Example
White with #7D9562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9562; }
p { color: rgb(125,149,98); }
H1.HeaderClassName
{
color: #7D9562;
}
.AnyTagClassName
{
color: #7D9562;
}
</style>
background-color css
<style>
a { background-color: #7D9562; }
a { background-color: rgb(125,149,98); }
div.DivClassName
{
background-color: #7D9562;
}
.BgClassName
{
background-color: #7D9562;
}
</style>
border-color css
<style>
span { border-color: #7D9562; }
span { border-color: rgb(125,149,98); }
td.TdClassName
{
border-color: #7D9562;
}
.TagClassName
{
border-color: #7D9562;
}
</style>