Shades of Highland #7D9062
Tints of Highland #7D9062
RGB
CMYK
RGB Variations
Color information
#7D9062 (or 0x7D9062) is known color: Highland. HEX triplet: 7D, 90 and 62. RGB value is (125,144,98). Sum of RGB (Red+Green+Blue) = 125+144+98=367 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.06% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 144 - color contains mainly: green. Hex color #7D9062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9062 is #826F9D. Grayscale: #858585. Windows color (decimal): -8548254 or 6459517. OLE color: 6459517.
HSL color Cylindrical-coordinate representation of color #7D9062: hue angle of 84.78º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7D9062 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 144 | 98 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.44 |
| HSL | 84.78º | 0.19% | 0.47% | - |
| HSV(B) | 84.78º | 0.32% | 0.56% | - |
| XYZ | 20.64 | 25.19 | 15.33 | - |
| YUV | 133.08 | 108.21 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 144 | 98 | 0.13 | 0 | 0.32 | 0.44 | 84.78 | 0.19 | 0.47 |
| Hex | 7D | 90 | 62 | D | 0 | 20 | 2C | 55 | 13 | 2F |
| Octal | 175 | 220 | 142 | 15 | 0 | 40 | 54 | 125 | 23 | 57 |
| Binary | 1111101 | 10010000 | 1100010 | 1101 | 0 | 100000 | 101100 | 1010101 | 10011 | 101111 |
Color Harmonies of #7D9062
Complementary color
Monochromatic Colors of #7D9062
Black with #7D9062
Text Example
Text Example
White with #7D9062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9062; }
p { color: rgb(125,144,98); }
H1.HeaderClassName
{
color: #7D9062;
}
.AnyTagClassName
{
color: #7D9062;
}
</style>
background-color css
<style>
a { background-color: #7D9062; }
a { background-color: rgb(125,144,98); }
div.DivClassName
{
background-color: #7D9062;
}
.BgClassName
{
background-color: #7D9062;
}
</style>
border-color css
<style>
span { border-color: #7D9062; }
span { border-color: rgb(125,144,98); }
td.TdClassName
{
border-color: #7D9062;
}
.TagClassName
{
border-color: #7D9062;
}
</style>