Shades of Finch #7A8046
Tints of Finch #7A8046
RGB
CMYK
RGB Variations
Color information
#7A8046 (or 0x7A8046) is known color: Finch. HEX triplet: 7A, 80 and 46. RGB value is (122,128,70). Sum of RGB (Red+Green+Blue) = 122+128+70=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 128 - color contains mainly: green. Hex color #7A8046 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8046 is #857FB9. Grayscale: #777777. Windows color (decimal): -8748986 or 4620410. OLE color: 4620410.
HSL color Cylindrical-coordinate representation of color #7A8046: hue angle of 66.21º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A8046 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 128 | 70 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.50 |
| HSL | 66.21º | 0.29% | 0.39% | - |
| HSV(B) | 66.21º | 0.45% | 0.5% | - |
| XYZ | 16.85 | 20.02 | 8.77 | - |
| YUV | 119.59 | 100.01 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 128 | 70 | 0.05 | 0 | 0.45 | 0.50 | 66.21 | 0.29 | 0.39 |
| Hex | 7A | 80 | 46 | 5 | 0 | 2D | 32 | 42 | 1D | 27 |
| Octal | 172 | 200 | 106 | 5 | 0 | 55 | 62 | 102 | 35 | 47 |
| Binary | 1111010 | 10000000 | 1000110 | 101 | 0 | 101101 | 110010 | 1000010 | 11101 | 100111 |
Color Harmonies of #7A8046
Complementary color
Monochromatic Colors of #7A8046
Black with #7A8046
Text Example
Text Example
White with #7A8046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8046; }
p { color: rgb(122,128,70); }
H1.HeaderClassName
{
color: #7A8046;
}
.AnyTagClassName
{
color: #7A8046;
}
</style>
background-color css
<style>
a { background-color: #7A8046; }
a { background-color: rgb(122,128,70); }
div.DivClassName
{
background-color: #7A8046;
}
.BgClassName
{
background-color: #7A8046;
}
</style>
border-color css
<style>
span { border-color: #7A8046; }
span { border-color: rgb(122,128,70); }
td.TdClassName
{
border-color: #7A8046;
}
.TagClassName
{
border-color: #7A8046;
}
</style>