Shades of Finch #7A8A50
Tints of Finch #7A8A50
RGB
CMYK
RGB Variations
Color information
#7A8A50 (or 0x7A8A50) is known color: Finch. HEX triplet: 7A, 8A and 50. RGB value is (122,138,80). Sum of RGB (Red+Green+Blue) = 122+138+80=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8A50 is #8575AF. Grayscale: #7E7E7E. Windows color (decimal): -8746416 or 5278330. OLE color: 5278330.
HSL color Cylindrical-coordinate representation of color #7A8A50: hue angle of 76.55º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A8A50 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 138 | 80 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.46 |
| HSL | 76.55º | 0.27% | 0.43% | - |
| HSV(B) | 76.55º | 0.42% | 0.54% | - |
| XYZ | 18.56 | 22.89 | 11.03 | - |
| YUV | 126.6 | 101.7 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 80 | 0.12 | 0 | 0.42 | 0.46 | 76.55 | 0.27 | 0.43 |
| Hex | 7A | 8A | 50 | C | 0 | 2A | 2E | 4D | 1B | 2B |
| Octal | 172 | 212 | 120 | 14 | 0 | 52 | 56 | 115 | 33 | 53 |
| Binary | 1111010 | 10001010 | 1010000 | 1100 | 0 | 101010 | 101110 | 1001101 | 11011 | 101011 |
Color Harmonies of #7A8A50
Complementary color
Monochromatic Colors of #7A8A50
Black with #7A8A50
Text Example
Text Example
White with #7A8A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8A50; }
p { color: rgb(122,138,80); }
H1.HeaderClassName
{
color: #7A8A50;
}
.AnyTagClassName
{
color: #7A8A50;
}
</style>
background-color css
<style>
a { background-color: #7A8A50; }
a { background-color: rgb(122,138,80); }
div.DivClassName
{
background-color: #7A8A50;
}
.BgClassName
{
background-color: #7A8A50;
}
</style>
border-color css
<style>
span { border-color: #7A8A50; }
span { border-color: rgb(122,138,80); }
td.TdClassName
{
border-color: #7A8A50;
}
.TagClassName
{
border-color: #7A8A50;
}
</style>