Shades of Highland #7A9461
Tints of Highland #7A9461
RGB
CMYK
RGB Variations
Color information
#7A9461 (or 0x7A9461) is known color: Highland. HEX triplet: 7A, 94 and 61. RGB value is (122,148,97). Sum of RGB (Red+Green+Blue) = 122+148+97=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 148 - color contains mainly: green. Hex color #7A9461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9461 is #856B9E. Grayscale: #868686. Windows color (decimal): -8743839 or 6395002. OLE color: 6395002.
HSL color Cylindrical-coordinate representation of color #7A9461: hue angle of 90.59º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A9461 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 148 | 97 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.42 |
| HSL | 90.59º | 0.21% | 0.48% | - |
| HSV(B) | 90.59º | 0.34% | 0.58% | - |
| XYZ | 20.77 | 26.18 | 15.27 | - |
| YUV | 134.41 | 106.89 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 148 | 97 | 0.18 | 0 | 0.34 | 0.42 | 90.59 | 0.21 | 0.48 |
| Hex | 7A | 94 | 61 | 12 | 0 | 22 | 2A | 5B | 15 | 30 |
| Octal | 172 | 224 | 141 | 22 | 0 | 42 | 52 | 133 | 25 | 60 |
| Binary | 1111010 | 10010100 | 1100001 | 10010 | 0 | 100010 | 101010 | 1011011 | 10101 | 110000 |
Color Harmonies of #7A9461
Complementary color
Monochromatic Colors of #7A9461
Black with #7A9461
Text Example
Text Example
White with #7A9461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9461; }
p { color: rgb(122,148,97); }
H1.HeaderClassName
{
color: #7A9461;
}
.AnyTagClassName
{
color: #7A9461;
}
</style>
background-color css
<style>
a { background-color: #7A9461; }
a { background-color: rgb(122,148,97); }
div.DivClassName
{
background-color: #7A9461;
}
.BgClassName
{
background-color: #7A9461;
}
</style>
border-color css
<style>
span { border-color: #7A9461; }
span { border-color: rgb(122,148,97); }
td.TdClassName
{
border-color: #7A9461;
}
.TagClassName
{
border-color: #7A9461;
}
</style>