Shades of Highland #7A9362
Tints of Highland #7A9362
RGB
CMYK
RGB Variations
Color information
#7A9362 (or 0x7A9362) is known color: Highland. HEX triplet: 7A, 93 and 62. RGB value is (122,147,98). Sum of RGB (Red+Green+Blue) = 122+147+98=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #7A9362 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9362 is #856C9D. Grayscale: #868686. Windows color (decimal): -8744094 or 6460282. OLE color: 6460282.
HSL color Cylindrical-coordinate representation of color #7A9362: hue angle of 90.61º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A9362 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 147 | 98 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.42 |
| HSL | 90.61º | 0.2% | 0.48% | - |
| HSV(B) | 90.61º | 0.33% | 0.58% | - |
| XYZ | 20.66 | 25.89 | 15.46 | - |
| YUV | 133.94 | 107.72 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 98 | 0.17 | 0 | 0.33 | 0.42 | 90.61 | 0.2 | 0.48 |
| Hex | 7A | 93 | 62 | 11 | 0 | 21 | 2A | 5B | 14 | 30 |
| Octal | 172 | 223 | 142 | 21 | 0 | 41 | 52 | 133 | 24 | 60 |
| Binary | 1111010 | 10010011 | 1100010 | 10001 | 0 | 100001 | 101010 | 1011011 | 10100 | 110000 |
Color Harmonies of #7A9362
Complementary color
Monochromatic Colors of #7A9362
Black with #7A9362
Text Example
Text Example
White with #7A9362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9362; }
p { color: rgb(122,147,98); }
H1.HeaderClassName
{
color: #7A9362;
}
.AnyTagClassName
{
color: #7A9362;
}
</style>
background-color css
<style>
a { background-color: #7A9362; }
a { background-color: rgb(122,147,98); }
div.DivClassName
{
background-color: #7A9362;
}
.BgClassName
{
background-color: #7A9362;
}
</style>
border-color css
<style>
span { border-color: #7A9362; }
span { border-color: rgb(122,147,98); }
td.TdClassName
{
border-color: #7A9362;
}
.TagClassName
{
border-color: #7A9362;
}
</style>