Shades of Finch #79864A
Tints of Finch #79864A
RGB
CMYK
RGB Variations
Color information
#79864A (or 0x79864A) is known color: Finch. HEX triplet: 79, 86 and 4A. RGB value is (121,134,74). Sum of RGB (Red+Green+Blue) = 121+134+74=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #79864A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79864A is #8679B5. Grayscale: #7B7B7B. Windows color (decimal): -8812982 or 4884089. OLE color: 4884089.
HSL color Cylindrical-coordinate representation of color #79864A: hue angle of 73º 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 #79864A is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 134 | 74 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.47 |
| HSL | 73º | 0.29% | 0.41% | - |
| HSV(B) | 73º | 0.45% | 0.53% | - |
| XYZ | 17.65 | 21.61 | 9.72 | - |
| YUV | 123.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 134 | 74 | 0.10 | 0 | 0.45 | 0.47 | 73 | 0.29 | 0.41 |
| Hex | 79 | 86 | 4A | A | 0 | 2D | 2F | 49 | 1D | 29 |
| Octal | 171 | 206 | 112 | 12 | 0 | 55 | 57 | 111 | 35 | 51 |
| Binary | 1111001 | 10000110 | 1001010 | 1010 | 0 | 101101 | 101111 | 1001001 | 11101 | 101001 |
Color Harmonies of #79864A
Complementary color
Monochromatic Colors of #79864A
Black with #79864A
Text Example
Text Example
White with #79864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79864A; }
p { color: rgb(121,134,74); }
H1.HeaderClassName
{
color: #79864A;
}
.AnyTagClassName
{
color: #79864A;
}
</style>
background-color css
<style>
a { background-color: #79864A; }
a { background-color: rgb(121,134,74); }
div.DivClassName
{
background-color: #79864A;
}
.BgClassName
{
background-color: #79864A;
}
</style>
border-color css
<style>
span { border-color: #79864A; }
span { border-color: rgb(121,134,74); }
td.TdClassName
{
border-color: #79864A;
}
.TagClassName
{
border-color: #79864A;
}
</style>