Shades of Highland #7E9568
Tints of Highland #7E9568
RGB
CMYK
RGB Variations
Color information
#7E9568 (or 0x7E9568) is known color: Highland. HEX triplet: 7E, 95 and 68. RGB value is (126,149,104). Sum of RGB (Red+Green+Blue) = 126+149+104=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 149 - color contains mainly: green. Hex color #7E9568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E9568 is #816A97. Grayscale: #898989. Windows color (decimal): -8481432 or 6854014. OLE color: 6854014.
HSL color Cylindrical-coordinate representation of color #7E9568: hue angle of 90.67º 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 #7E9568 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 149 | 104 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.42 |
| HSL | 90.67º | 0.18% | 0.5% | - |
| HSV(B) | 90.67º | 0.3% | 0.58% | - |
| XYZ | 21.85 | 26.93 | 17.14 | - |
| YUV | 136.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 149 | 104 | 0.15 | 0 | 0.30 | 0.42 | 90.67 | 0.18 | 0.5 |
| Hex | 7E | 95 | 68 | F | 0 | 1E | 2A | 5B | 12 | 32 |
| Octal | 176 | 225 | 150 | 17 | 0 | 36 | 52 | 133 | 22 | 62 |
| Binary | 1111110 | 10010101 | 1101000 | 1111 | 0 | 11110 | 101010 | 1011011 | 10010 | 110010 |
Color Harmonies of #7E9568
Complementary color
Monochromatic Colors of #7E9568
Black with #7E9568
Text Example
Text Example
White with #7E9568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9568; }
p { color: rgb(126,149,104); }
H1.HeaderClassName
{
color: #7E9568;
}
.AnyTagClassName
{
color: #7E9568;
}
</style>
background-color css
<style>
a { background-color: #7E9568; }
a { background-color: rgb(126,149,104); }
div.DivClassName
{
background-color: #7E9568;
}
.BgClassName
{
background-color: #7E9568;
}
</style>
border-color css
<style>
span { border-color: #7E9568; }
span { border-color: rgb(126,149,104); }
td.TdClassName
{
border-color: #7E9568;
}
.TagClassName
{
border-color: #7E9568;
}
</style>