Shades of Finch #7A864A
Tints of Finch #7A864A
RGB
CMYK
RGB Variations
Color information
#7A864A (or 0x7A864A) is known color: Finch. HEX triplet: 7A, 86 and 4A. RGB value is (122,134,74). Sum of RGB (Red+Green+Blue) = 122+134+74=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #7A864A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A864A is #8579B5. Grayscale: #7B7B7B. Windows color (decimal): -8747446 or 4884090. OLE color: 4884090.
HSL color Cylindrical-coordinate representation of color #7A864A: hue angle of 72º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A864A is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 134 | 74 | - |
| CMYK | 0.09 | 0 | 0.45 | 0.47 |
| HSL | 72º | 0.29% | 0.41% | - |
| HSV(B) | 72º | 0.45% | 0.53% | - |
| XYZ | 17.79 | 21.68 | 9.73 | - |
| YUV | 123.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 134 | 74 | 0.09 | 0 | 0.45 | 0.47 | 72 | 0.29 | 0.41 |
| Hex | 7A | 86 | 4A | 9 | 0 | 2D | 2F | 48 | 1D | 29 |
| Octal | 172 | 206 | 112 | 11 | 0 | 55 | 57 | 110 | 35 | 51 |
| Binary | 1111010 | 10000110 | 1001010 | 1001 | 0 | 101101 | 101111 | 1001000 | 11101 | 101001 |
Color Harmonies of #7A864A
Complementary color
Monochromatic Colors of #7A864A
Black with #7A864A
Text Example
Text Example
White with #7A864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A864A; }
p { color: rgb(122,134,74); }
H1.HeaderClassName
{
color: #7A864A;
}
.AnyTagClassName
{
color: #7A864A;
}
</style>
background-color css
<style>
a { background-color: #7A864A; }
a { background-color: rgb(122,134,74); }
div.DivClassName
{
background-color: #7A864A;
}
.BgClassName
{
background-color: #7A864A;
}
</style>
border-color css
<style>
span { border-color: #7A864A; }
span { border-color: rgb(122,134,74); }
td.TdClassName
{
border-color: #7A864A;
}
.TagClassName
{
border-color: #7A864A;
}
</style>