Shades of Highland #7E9D69
Tints of Highland #7E9D69
RGB
CMYK
RGB Variations
Color information
#7E9D69 (or 0x7E9D69) is known color: Highland. HEX triplet: 7E, 9D and 69. RGB value is (126,157,105). Sum of RGB (Red+Green+Blue) = 126+157+105=388 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.47% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 157 - color contains mainly: green. Hex color #7E9D69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9D69 is #816296. Grayscale: #8D8D8D. Windows color (decimal): -8479383 or 6921598. OLE color: 6921598.
HSL color Cylindrical-coordinate representation of color #7E9D69: hue angle of 95.77º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E9D69 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 126 | 157 | 105 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.38 |
| HSL | 95.77º | 0.21% | 0.51% | - |
| HSV(B) | 95.77º | 0.33% | 0.62% | - |
| XYZ | 23.21 | 29.57 | 17.85 | - |
| YUV | 141.8 | 107.23 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 157 | 105 | 0.20 | 0 | 0.33 | 0.38 | 95.77 | 0.21 | 0.51 |
| Hex | 7E | 9D | 69 | 14 | 0 | 21 | 26 | 60 | 15 | 33 |
| Octal | 176 | 235 | 151 | 24 | 0 | 41 | 46 | 140 | 25 | 63 |
| Binary | 1111110 | 10011101 | 1101001 | 10100 | 0 | 100001 | 100110 | 1100000 | 10101 | 110011 |
Color Harmonies of #7E9D69
Complementary color
Monochromatic Colors of #7E9D69
Black with #7E9D69
Text Example
Text Example
White with #7E9D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9D69; }
p { color: rgb(126,157,105); }
H1.HeaderClassName
{
color: #7E9D69;
}
.AnyTagClassName
{
color: #7E9D69;
}
</style>
background-color css
<style>
a { background-color: #7E9D69; }
a { background-color: rgb(126,157,105); }
div.DivClassName
{
background-color: #7E9D69;
}
.BgClassName
{
background-color: #7E9D69;
}
</style>
border-color css
<style>
span { border-color: #7E9D69; }
span { border-color: rgb(126,157,105); }
td.TdClassName
{
border-color: #7E9D69;
}
.TagClassName
{
border-color: #7E9D69;
}
</style>