Shades of Highland #7A9B63
Tints of Highland #7A9B63
RGB
CMYK
RGB Variations
Color information
#7A9B63 (or 0x7A9B63) is known color: Highland. HEX triplet: 7A, 9B and 63. RGB value is (122,155,99). Sum of RGB (Red+Green+Blue) = 122+155+99=376 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.45% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 155 - color contains mainly: green. Hex color #7A9B63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9B63 is #85649C. Grayscale: #8A8A8A. Windows color (decimal): -8742045 or 6527866. OLE color: 6527866.
HSL color Cylindrical-coordinate representation of color #7A9B63: hue angle of 95.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A9B63 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 155 | 99 | - |
| CMYK | 0.21 | 0 | 0.36 | 0.39 |
| HSL | 95.36º | 0.22% | 0.5% | - |
| HSV(B) | 95.36º | 0.36% | 0.61% | - |
| XYZ | 22 | 28.48 | 16.14 | - |
| YUV | 138.75 | 105.57 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 155 | 99 | 0.21 | 0 | 0.36 | 0.39 | 95.36 | 0.22 | 0.5 |
| Hex | 7A | 9B | 63 | 15 | 0 | 24 | 27 | 5F | 16 | 32 |
| Octal | 172 | 233 | 143 | 25 | 0 | 44 | 47 | 137 | 26 | 62 |
| Binary | 1111010 | 10011011 | 1100011 | 10101 | 0 | 100100 | 100111 | 1011111 | 10110 | 110010 |
Color Harmonies of #7A9B63
Complementary color
Monochromatic Colors of #7A9B63
Black with #7A9B63
Text Example
Text Example
White with #7A9B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9B63; }
p { color: rgb(122,155,99); }
H1.HeaderClassName
{
color: #7A9B63;
}
.AnyTagClassName
{
color: #7A9B63;
}
</style>
background-color css
<style>
a { background-color: #7A9B63; }
a { background-color: rgb(122,155,99); }
div.DivClassName
{
background-color: #7A9B63;
}
.BgClassName
{
background-color: #7A9B63;
}
</style>
border-color css
<style>
span { border-color: #7A9B63; }
span { border-color: rgb(122,155,99); }
td.TdClassName
{
border-color: #7A9B63;
}
.TagClassName
{
border-color: #7A9B63;
}
</style>