Shades of Highland #7A9163
Tints of Highland #7A9163
RGB
CMYK
RGB Variations
Color information
#7A9163 (or 0x7A9163) is known color: Highland. HEX triplet: 7A, 91 and 63. RGB value is (122,145,99). Sum of RGB (Red+Green+Blue) = 122+145+99=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 145 - color contains mainly: green. Hex color #7A9163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9163 is #856E9C. Grayscale: #858585. Windows color (decimal): -8744605 or 6525306. OLE color: 6525306.
HSL color Cylindrical-coordinate representation of color #7A9163: hue angle of 90º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A9163 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 145 | 99 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.43 |
| HSL | 90º | 0.19% | 0.48% | - |
| HSV(B) | 90º | 0.32% | 0.57% | - |
| XYZ | 20.4 | 25.29 | 15.61 | - |
| YUV | 132.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 145 | 99 | 0.16 | 0 | 0.32 | 0.43 | 90 | 0.19 | 0.48 |
| Hex | 7A | 91 | 63 | 10 | 0 | 20 | 2B | 5A | 13 | 30 |
| Octal | 172 | 221 | 143 | 20 | 0 | 40 | 53 | 132 | 23 | 60 |
| Binary | 1111010 | 10010001 | 1100011 | 10000 | 0 | 100000 | 101011 | 1011010 | 10011 | 110000 |
Color Harmonies of #7A9163
Complementary color
Monochromatic Colors of #7A9163
Black with #7A9163
Text Example
Text Example
White with #7A9163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9163; }
p { color: rgb(122,145,99); }
H1.HeaderClassName
{
color: #7A9163;
}
.AnyTagClassName
{
color: #7A9163;
}
</style>
background-color css
<style>
a { background-color: #7A9163; }
a { background-color: rgb(122,145,99); }
div.DivClassName
{
background-color: #7A9163;
}
.BgClassName
{
background-color: #7A9163;
}
</style>
border-color css
<style>
span { border-color: #7A9163; }
span { border-color: rgb(122,145,99); }
td.TdClassName
{
border-color: #7A9163;
}
.TagClassName
{
border-color: #7A9163;
}
</style>