Shades of Highland #7A9464
Tints of Highland #7A9464
RGB
CMYK
RGB Variations
Color information
#7A9464 (or 0x7A9464) is known color: Highland. HEX triplet: 7A, 94 and 64. RGB value is (122,148,100). Sum of RGB (Red+Green+Blue) = 122+148+100=370 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.97% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #7A9464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9464 is #856B9B. Grayscale: #868686. Windows color (decimal): -8743836 or 6591610. OLE color: 6591610.
HSL color Cylindrical-coordinate representation of color #7A9464: hue angle of 92.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A9464 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 148 | 100 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.42 |
| HSL | 92.5º | 0.19% | 0.49% | - |
| HSV(B) | 92.5º | 0.32% | 0.58% | - |
| XYZ | 20.92 | 26.24 | 16.02 | - |
| YUV | 134.75 | 108.39 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 148 | 100 | 0.18 | 0 | 0.32 | 0.42 | 92.5 | 0.19 | 0.49 |
| Hex | 7A | 94 | 64 | 12 | 0 | 20 | 2A | 5C | 13 | 31 |
| Octal | 172 | 224 | 144 | 22 | 0 | 40 | 52 | 134 | 23 | 61 |
| Binary | 1111010 | 10010100 | 1100100 | 10010 | 0 | 100000 | 101010 | 1011100 | 10011 | 110001 |
Color Harmonies of #7A9464
Complementary color
Monochromatic Colors of #7A9464
Black with #7A9464
Text Example
Text Example
White with #7A9464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9464; }
p { color: rgb(122,148,100); }
H1.HeaderClassName
{
color: #7A9464;
}
.AnyTagClassName
{
color: #7A9464;
}
</style>
background-color css
<style>
a { background-color: #7A9464; }
a { background-color: rgb(122,148,100); }
div.DivClassName
{
background-color: #7A9464;
}
.BgClassName
{
background-color: #7A9464;
}
</style>
border-color css
<style>
span { border-color: #7A9464; }
span { border-color: rgb(122,148,100); }
td.TdClassName
{
border-color: #7A9464;
}
.TagClassName
{
border-color: #7A9464;
}
</style>