Shades of Highland #7A9568
Tints of Highland #7A9568
RGB
CMYK
RGB Variations
Color information
#7A9568 (or 0x7A9568) is known color: Highland. HEX triplet: 7A, 95 and 68. RGB value is (122,149,104). Sum of RGB (Red+Green+Blue) = 122+149+104=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 149 - color contains mainly: green. Hex color #7A9568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9568 is #856A97. Grayscale: #878787. Windows color (decimal): -8743576 or 6854010. OLE color: 6854010.
HSL color Cylindrical-coordinate representation of color #7A9568: hue angle of 96º 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 #7A9568 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 149 | 104 | - |
| CMYK | 0.18 | 0 | 0.30 | 0.42 |
| HSL | 96º | 0.18% | 0.5% | - |
| HSV(B) | 96º | 0.3% | 0.58% | - |
| XYZ | 21.27 | 26.63 | 17.12 | - |
| YUV | 135.8 | 110.05 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 149 | 104 | 0.18 | 0 | 0.30 | 0.42 | 96 | 0.18 | 0.5 |
| Hex | 7A | 95 | 68 | 12 | 0 | 1E | 2A | 60 | 12 | 32 |
| Octal | 172 | 225 | 150 | 22 | 0 | 36 | 52 | 140 | 22 | 62 |
| Binary | 1111010 | 10010101 | 1101000 | 10010 | 0 | 11110 | 101010 | 1100000 | 10010 | 110010 |
Color Harmonies of #7A9568
Complementary color
Monochromatic Colors of #7A9568
Black with #7A9568
Text Example
Text Example
White with #7A9568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9568; }
p { color: rgb(122,149,104); }
H1.HeaderClassName
{
color: #7A9568;
}
.AnyTagClassName
{
color: #7A9568;
}
</style>
background-color css
<style>
a { background-color: #7A9568; }
a { background-color: rgb(122,149,104); }
div.DivClassName
{
background-color: #7A9568;
}
.BgClassName
{
background-color: #7A9568;
}
</style>
border-color css
<style>
span { border-color: #7A9568; }
span { border-color: rgb(122,149,104); }
td.TdClassName
{
border-color: #7A9568;
}
.TagClassName
{
border-color: #7A9568;
}
</style>