Shades of Highland #7D8D57
Tints of Highland #7D8D57
RGB
CMYK
RGB Variations
Color information
#7D8D57 (or 0x7D8D57) is known color: Highland. HEX triplet: 7D, 8D and 57. RGB value is (125,141,87). Sum of RGB (Red+Green+Blue) = 125+141+87=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 141 - color contains mainly: green. Hex color #7D8D57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8D57 is #8272A8. Grayscale: #828282. Windows color (decimal): -8549033 or 5737853. OLE color: 5737853.
HSL color Cylindrical-coordinate representation of color #7D8D57: hue angle of 77.78º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D8D57 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 141 | 87 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.45 |
| HSL | 77.78º | 0.24% | 0.45% | - |
| HSV(B) | 77.78º | 0.38% | 0.55% | - |
| XYZ | 19.7 | 24.1 | 12.63 | - |
| YUV | 130.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 141 | 87 | 0.11 | 0 | 0.38 | 0.45 | 77.78 | 0.24 | 0.45 |
| Hex | 7D | 8D | 57 | B | 0 | 26 | 2D | 4E | 18 | 2D |
| Octal | 175 | 215 | 127 | 13 | 0 | 46 | 55 | 116 | 30 | 55 |
| Binary | 1111101 | 10001101 | 1010111 | 1011 | 0 | 100110 | 101101 | 1001110 | 11000 | 101101 |
Color Harmonies of #7D8D57
Complementary color
Monochromatic Colors of #7D8D57
Black with #7D8D57
Text Example
Text Example
White with #7D8D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8D57; }
p { color: rgb(125,141,87); }
H1.HeaderClassName
{
color: #7D8D57;
}
.AnyTagClassName
{
color: #7D8D57;
}
</style>
background-color css
<style>
a { background-color: #7D8D57; }
a { background-color: rgb(125,141,87); }
div.DivClassName
{
background-color: #7D8D57;
}
.BgClassName
{
background-color: #7D8D57;
}
</style>
border-color css
<style>
span { border-color: #7D8D57; }
span { border-color: rgb(125,141,87); }
td.TdClassName
{
border-color: #7D8D57;
}
.TagClassName
{
border-color: #7D8D57;
}
</style>