Shades of Highland #7A966A
Tints of Highland #7A966A
RGB
CMYK
RGB Variations
Color information
#7A966A (or 0x7A966A) is known color: Highland. HEX triplet: 7A, 96 and 6A. RGB value is (122,150,106). Sum of RGB (Red+Green+Blue) = 122+150+106=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 150 - color contains mainly: green. Hex color #7A966A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A966A is #856995. Grayscale: #888888. Windows color (decimal): -8743318 or 6985338. OLE color: 6985338.
HSL color Cylindrical-coordinate representation of color #7A966A: hue angle of 98.18º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A966A is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 150 | 106 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.41 |
| HSL | 98.18º | 0.17% | 0.5% | - |
| HSV(B) | 98.18º | 0.29% | 0.59% | - |
| XYZ | 21.53 | 26.99 | 17.71 | - |
| YUV | 136.61 | 110.72 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 150 | 106 | 0.19 | 0 | 0.29 | 0.41 | 98.18 | 0.17 | 0.5 |
| Hex | 7A | 96 | 6A | 13 | 0 | 1D | 29 | 62 | 11 | 32 |
| Octal | 172 | 226 | 152 | 23 | 0 | 35 | 51 | 142 | 21 | 62 |
| Binary | 1111010 | 10010110 | 1101010 | 10011 | 0 | 11101 | 101001 | 1100010 | 10001 | 110010 |
Color Harmonies of #7A966A
Complementary color
Monochromatic Colors of #7A966A
Black with #7A966A
Text Example
Text Example
White with #7A966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A966A; }
p { color: rgb(122,150,106); }
H1.HeaderClassName
{
color: #7A966A;
}
.AnyTagClassName
{
color: #7A966A;
}
</style>
background-color css
<style>
a { background-color: #7A966A; }
a { background-color: rgb(122,150,106); }
div.DivClassName
{
background-color: #7A966A;
}
.BgClassName
{
background-color: #7A966A;
}
</style>
border-color css
<style>
span { border-color: #7A966A; }
span { border-color: rgb(122,150,106); }
td.TdClassName
{
border-color: #7A966A;
}
.TagClassName
{
border-color: #7A966A;
}
</style>