Shades of Highland #7A8F50
Tints of Highland #7A8F50
RGB
CMYK
RGB Variations
Color information
#7A8F50 (or 0x7A8F50) is known color: Highland. HEX triplet: 7A, 8F and 50. RGB value is (122,143,80). Sum of RGB (Red+Green+Blue) = 122+143+80=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 143 - color contains mainly: green. Hex color #7A8F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8F50 is #8570AF. Grayscale: #818181. Windows color (decimal): -8745136 or 5279610. OLE color: 5279610.
HSL color Cylindrical-coordinate representation of color #7A8F50: hue angle of 80º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A8F50 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 143 | 80 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.44 |
| HSL | 80º | 0.28% | 0.44% | - |
| HSV(B) | 80º | 0.44% | 0.56% | - |
| XYZ | 19.3 | 24.36 | 11.27 | - |
| YUV | 129.54 | 100.04 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 143 | 80 | 0.15 | 0 | 0.44 | 0.44 | 80 | 0.28 | 0.44 |
| Hex | 7A | 8F | 50 | F | 0 | 2C | 2C | 50 | 1C | 2C |
| Octal | 172 | 217 | 120 | 17 | 0 | 54 | 54 | 120 | 34 | 54 |
| Binary | 1111010 | 10001111 | 1010000 | 1111 | 0 | 101100 | 101100 | 1010000 | 11100 | 101100 |
Color Harmonies of #7A8F50
Complementary color
Monochromatic Colors of #7A8F50
Black with #7A8F50
Text Example
Text Example
White with #7A8F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8F50; }
p { color: rgb(122,143,80); }
H1.HeaderClassName
{
color: #7A8F50;
}
.AnyTagClassName
{
color: #7A8F50;
}
</style>
background-color css
<style>
a { background-color: #7A8F50; }
a { background-color: rgb(122,143,80); }
div.DivClassName
{
background-color: #7A8F50;
}
.BgClassName
{
background-color: #7A8F50;
}
</style>
border-color css
<style>
span { border-color: #7A8F50; }
span { border-color: rgb(122,143,80); }
td.TdClassName
{
border-color: #7A8F50;
}
.TagClassName
{
border-color: #7A8F50;
}
</style>