Shades of Highland #7D916C
Tints of Highland #7D916C
RGB
CMYK
RGB Variations
Color information
#7D916C (or 0x7D916C) is known color: Highland. HEX triplet: 7D, 91 and 6C. RGB value is (125,145,108). Sum of RGB (Red+Green+Blue) = 125+145+108=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 145 - color contains mainly: green. Hex color #7D916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D916C is #826E93. Grayscale: #868686. Windows color (decimal): -8547988 or 7115133. OLE color: 7115133.
HSL color Cylindrical-coordinate representation of color #7D916C: hue angle of 92.43º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D916C is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 145 | 108 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.43 |
| HSL | 92.43º | 0.15% | 0.5% | - |
| HSV(B) | 92.43º | 0.26% | 0.57% | - |
| XYZ | 21.29 | 25.69 | 18.02 | - |
| YUV | 134.8 | 112.87 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 145 | 108 | 0.14 | 0 | 0.26 | 0.43 | 92.43 | 0.15 | 0.5 |
| Hex | 7D | 91 | 6C | E | 0 | 1A | 2B | 5C | F | 32 |
| Octal | 175 | 221 | 154 | 16 | 0 | 32 | 53 | 134 | 17 | 62 |
| Binary | 1111101 | 10010001 | 1101100 | 1110 | 0 | 11010 | 101011 | 1011100 | 1111 | 110010 |
Color Harmonies of #7D916C
Complementary color
Monochromatic Colors of #7D916C
Black with #7D916C
Text Example
Text Example
White with #7D916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D916C; }
p { color: rgb(125,145,108); }
H1.HeaderClassName
{
color: #7D916C;
}
.AnyTagClassName
{
color: #7D916C;
}
</style>
background-color css
<style>
a { background-color: #7D916C; }
a { background-color: rgb(125,145,108); }
div.DivClassName
{
background-color: #7D916C;
}
.BgClassName
{
background-color: #7D916C;
}
</style>
border-color css
<style>
span { border-color: #7D916C; }
span { border-color: rgb(125,145,108); }
td.TdClassName
{
border-color: #7D916C;
}
.TagClassName
{
border-color: #7D916C;
}
</style>