Shades of Highland #7D8A60
Tints of Highland #7D8A60
RGB
CMYK
RGB Variations
Color information
#7D8A60 (or 0x7D8A60) is known color: Highland. HEX triplet: 7D, 8A and 60. RGB value is (125,138,96). Sum of RGB (Red+Green+Blue) = 125+138+96=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 138 - color contains mainly: green. Hex color #7D8A60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8A60 is #82759F. Grayscale: #818181. Windows color (decimal): -8549792 or 6326909. OLE color: 6326909.
HSL color Cylindrical-coordinate representation of color #7D8A60: hue angle of 78.57º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D8A60 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 125 | 138 | 96 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.46 |
| HSL | 78.57º | 0.18% | 0.46% | - |
| HSV(B) | 78.57º | 0.3% | 0.54% | - |
| XYZ | 19.66 | 23.38 | 14.54 | - |
| YUV | 129.33 | 109.19 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 138 | 96 | 0.09 | 0 | 0.30 | 0.46 | 78.57 | 0.18 | 0.46 |
| Hex | 7D | 8A | 60 | 9 | 0 | 1E | 2E | 4F | 12 | 2E |
| Octal | 175 | 212 | 140 | 11 | 0 | 36 | 56 | 117 | 22 | 56 |
| Binary | 1111101 | 10001010 | 1100000 | 1001 | 0 | 11110 | 101110 | 1001111 | 10010 | 101110 |
Color Harmonies of #7D8A60
Complementary color
Monochromatic Colors of #7D8A60
Black with #7D8A60
Text Example
Text Example
White with #7D8A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8A60; }
p { color: rgb(125,138,96); }
H1.HeaderClassName
{
color: #7D8A60;
}
.AnyTagClassName
{
color: #7D8A60;
}
</style>
background-color css
<style>
a { background-color: #7D8A60; }
a { background-color: rgb(125,138,96); }
div.DivClassName
{
background-color: #7D8A60;
}
.BgClassName
{
background-color: #7D8A60;
}
</style>
border-color css
<style>
span { border-color: #7D8A60; }
span { border-color: rgb(125,138,96); }
td.TdClassName
{
border-color: #7D8A60;
}
.TagClassName
{
border-color: #7D8A60;
}
</style>