Shades of Highland #7A9366
Tints of Highland #7A9366
RGB
CMYK
RGB Variations
Color information
#7A9366 (or 0x7A9366) is known color: Highland. HEX triplet: 7A, 93 and 66. RGB value is (122,147,102). Sum of RGB (Red+Green+Blue) = 122+147+102=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #7A9366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9366 is #856C99. Grayscale: #868686. Windows color (decimal): -8744090 or 6722426. OLE color: 6722426.
HSL color Cylindrical-coordinate representation of color #7A9366: hue angle of 93.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A9366 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 147 | 102 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.42 |
| HSL | 93.33º | 0.18% | 0.49% | - |
| HSV(B) | 93.33º | 0.31% | 0.58% | - |
| XYZ | 20.86 | 25.96 | 16.48 | - |
| YUV | 134.4 | 109.72 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 102 | 0.17 | 0 | 0.31 | 0.42 | 93.33 | 0.18 | 0.49 |
| Hex | 7A | 93 | 66 | 11 | 0 | 1F | 2A | 5D | 12 | 31 |
| Octal | 172 | 223 | 146 | 21 | 0 | 37 | 52 | 135 | 22 | 61 |
| Binary | 1111010 | 10010011 | 1100110 | 10001 | 0 | 11111 | 101010 | 1011101 | 10010 | 110001 |
Color Harmonies of #7A9366
Complementary color
Monochromatic Colors of #7A9366
Black with #7A9366
Text Example
Text Example
White with #7A9366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9366; }
p { color: rgb(122,147,102); }
H1.HeaderClassName
{
color: #7A9366;
}
.AnyTagClassName
{
color: #7A9366;
}
</style>
background-color css
<style>
a { background-color: #7A9366; }
a { background-color: rgb(122,147,102); }
div.DivClassName
{
background-color: #7A9366;
}
.BgClassName
{
background-color: #7A9366;
}
</style>
border-color css
<style>
span { border-color: #7A9366; }
span { border-color: rgb(122,147,102); }
td.TdClassName
{
border-color: #7A9366;
}
.TagClassName
{
border-color: #7A9366;
}
</style>