Shades of Highland #7A9353
Tints of Highland #7A9353
RGB
CMYK
RGB Variations
Color information
#7A9353 (or 0x7A9353) is known color: Highland. HEX triplet: 7A, 93 and 53. RGB value is (122,147,83). Sum of RGB (Red+Green+Blue) = 122+147+83=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #7A9353 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9353 is #856CAC. Grayscale: #848484. Windows color (decimal): -8744109 or 5477242. OLE color: 5477242.
HSL color Cylindrical-coordinate representation of color #7A9353: hue angle of 83.44º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A9353 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 147 | 83 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.42 |
| HSL | 83.44º | 0.28% | 0.45% | - |
| HSV(B) | 83.44º | 0.44% | 0.58% | - |
| XYZ | 20.02 | 25.63 | 12.08 | - |
| YUV | 132.23 | 100.22 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 83 | 0.17 | 0 | 0.44 | 0.42 | 83.44 | 0.28 | 0.45 |
| Hex | 7A | 93 | 53 | 11 | 0 | 2C | 2A | 53 | 1C | 2D |
| Octal | 172 | 223 | 123 | 21 | 0 | 54 | 52 | 123 | 34 | 55 |
| Binary | 1111010 | 10010011 | 1010011 | 10001 | 0 | 101100 | 101010 | 1010011 | 11100 | 101101 |
Color Harmonies of #7A9353
Complementary color
Monochromatic Colors of #7A9353
Black with #7A9353
Text Example
Text Example
White with #7A9353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9353; }
p { color: rgb(122,147,83); }
H1.HeaderClassName
{
color: #7A9353;
}
.AnyTagClassName
{
color: #7A9353;
}
</style>
background-color css
<style>
a { background-color: #7A9353; }
a { background-color: rgb(122,147,83); }
div.DivClassName
{
background-color: #7A9353;
}
.BgClassName
{
background-color: #7A9353;
}
</style>
border-color css
<style>
span { border-color: #7A9353; }
span { border-color: rgb(122,147,83); }
td.TdClassName
{
border-color: #7A9353;
}
.TagClassName
{
border-color: #7A9353;
}
</style>