Shades of Highland #7A8859
Tints of Highland #7A8859
RGB
CMYK
RGB Variations
Color information
#7A8859 (or 0x7A8859) is known color: Highland. HEX triplet: 7A, 88 and 59. RGB value is (122,136,89). Sum of RGB (Red+Green+Blue) = 122+136+89=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #7A8859 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8859 is #8577A6. Grayscale: #7E7E7E. Windows color (decimal): -8746919 or 5867642. OLE color: 5867642.
HSL color Cylindrical-coordinate representation of color #7A8859: hue angle of 77.87º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A8859 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 136 | 89 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.47 |
| HSL | 77.87º | 0.21% | 0.44% | - |
| HSV(B) | 77.87º | 0.35% | 0.53% | - |
| XYZ | 18.63 | 22.47 | 12.81 | - |
| YUV | 126.46 | 106.86 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 136 | 89 | 0.10 | 0 | 0.35 | 0.47 | 77.87 | 0.21 | 0.44 |
| Hex | 7A | 88 | 59 | A | 0 | 23 | 2F | 4E | 15 | 2C |
| Octal | 172 | 210 | 131 | 12 | 0 | 43 | 57 | 116 | 25 | 54 |
| Binary | 1111010 | 10001000 | 1011001 | 1010 | 0 | 100011 | 101111 | 1001110 | 10101 | 101100 |
Color Harmonies of #7A8859
Complementary color
Monochromatic Colors of #7A8859
Black with #7A8859
Text Example
Text Example
White with #7A8859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8859; }
p { color: rgb(122,136,89); }
H1.HeaderClassName
{
color: #7A8859;
}
.AnyTagClassName
{
color: #7A8859;
}
</style>
background-color css
<style>
a { background-color: #7A8859; }
a { background-color: rgb(122,136,89); }
div.DivClassName
{
background-color: #7A8859;
}
.BgClassName
{
background-color: #7A8859;
}
</style>
border-color css
<style>
span { border-color: #7A8859; }
span { border-color: rgb(122,136,89); }
td.TdClassName
{
border-color: #7A8859;
}
.TagClassName
{
border-color: #7A8859;
}
</style>