Shades of Highland #7D8D59
Tints of Highland #7D8D59
RGB
CMYK
RGB Variations
Color information
#7D8D59 (or 0x7D8D59) is known color: Highland. HEX triplet: 7D, 8D and 59. RGB value is (125,141,89). Sum of RGB (Red+Green+Blue) = 125+141+89=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 141 - color contains mainly: green. Hex color #7D8D59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8D59 is #8272A6. Grayscale: #828282. Windows color (decimal): -8549031 or 5868925. OLE color: 5868925.
HSL color Cylindrical-coordinate representation of color #7D8D59: hue angle of 78.46º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7D8D59 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 141 | 89 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.45 |
| HSL | 78.46º | 0.23% | 0.45% | - |
| HSV(B) | 78.46º | 0.37% | 0.55% | - |
| XYZ | 19.79 | 24.13 | 13.07 | - |
| YUV | 130.29 | 104.7 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 141 | 89 | 0.11 | 0 | 0.37 | 0.45 | 78.46 | 0.23 | 0.45 |
| Hex | 7D | 8D | 59 | B | 0 | 25 | 2D | 4E | 17 | 2D |
| Octal | 175 | 215 | 131 | 13 | 0 | 45 | 55 | 116 | 27 | 55 |
| Binary | 1111101 | 10001101 | 1011001 | 1011 | 0 | 100101 | 101101 | 1001110 | 10111 | 101101 |
Color Harmonies of #7D8D59
Complementary color
Monochromatic Colors of #7D8D59
Black with #7D8D59
Text Example
Text Example
White with #7D8D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8D59; }
p { color: rgb(125,141,89); }
H1.HeaderClassName
{
color: #7D8D59;
}
.AnyTagClassName
{
color: #7D8D59;
}
</style>
background-color css
<style>
a { background-color: #7D8D59; }
a { background-color: rgb(125,141,89); }
div.DivClassName
{
background-color: #7D8D59;
}
.BgClassName
{
background-color: #7D8D59;
}
</style>
border-color css
<style>
span { border-color: #7D8D59; }
span { border-color: rgb(125,141,89); }
td.TdClassName
{
border-color: #7D8D59;
}
.TagClassName
{
border-color: #7D8D59;
}
</style>