Shades of Highland #7D9568
Tints of Highland #7D9568
RGB
CMYK
RGB Variations
Color information
#7D9568 (or 0x7D9568) is known color: Highland. HEX triplet: 7D, 95 and 68. RGB value is (125,149,104). Sum of RGB (Red+Green+Blue) = 125+149+104=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 149 - color contains mainly: green. Hex color #7D9568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9568 is #826A97. Grayscale: #888888. Windows color (decimal): -8546968 or 6854013. OLE color: 6854013.
HSL color Cylindrical-coordinate representation of color #7D9568: hue angle of 92º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D9568 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 149 | 104 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.42 |
| HSL | 92º | 0.18% | 0.5% | - |
| HSV(B) | 92º | 0.3% | 0.58% | - |
| XYZ | 21.7 | 26.85 | 17.14 | - |
| YUV | 136.69 | 109.55 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 149 | 104 | 0.16 | 0 | 0.30 | 0.42 | 92 | 0.18 | 0.5 |
| Hex | 7D | 95 | 68 | 10 | 0 | 1E | 2A | 5C | 12 | 32 |
| Octal | 175 | 225 | 150 | 20 | 0 | 36 | 52 | 134 | 22 | 62 |
| Binary | 1111101 | 10010101 | 1101000 | 10000 | 0 | 11110 | 101010 | 1011100 | 10010 | 110010 |
Color Harmonies of #7D9568
Complementary color
Monochromatic Colors of #7D9568
Black with #7D9568
Text Example
Text Example
White with #7D9568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9568; }
p { color: rgb(125,149,104); }
H1.HeaderClassName
{
color: #7D9568;
}
.AnyTagClassName
{
color: #7D9568;
}
</style>
background-color css
<style>
a { background-color: #7D9568; }
a { background-color: rgb(125,149,104); }
div.DivClassName
{
background-color: #7D9568;
}
.BgClassName
{
background-color: #7D9568;
}
</style>
border-color css
<style>
span { border-color: #7D9568; }
span { border-color: rgb(125,149,104); }
td.TdClassName
{
border-color: #7D9568;
}
.TagClassName
{
border-color: #7D9568;
}
</style>