Shades of Finch #798249
Tints of Finch #798249
RGB
CMYK
RGB Variations
Color information
#798249 (or 0x798249) is known color: Finch. HEX triplet: 79, 82 and 49. RGB value is (121,130,73). Sum of RGB (Red+Green+Blue) = 121+130+73=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #798249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #798249 is #867DB6. Grayscale: #797979. Windows color (decimal): -8814007 or 4817529. OLE color: 4817529.
HSL color Cylindrical-coordinate representation of color #798249: hue angle of 69.47º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #798249 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 130 | 73 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.49 |
| HSL | 69.47º | 0.28% | 0.4% | - |
| HSV(B) | 69.47º | 0.44% | 0.51% | - |
| XYZ | 17.07 | 20.51 | 9.36 | - |
| YUV | 120.81 | 101.02 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 130 | 73 | 0.07 | 0 | 0.44 | 0.49 | 69.47 | 0.28 | 0.4 |
| Hex | 79 | 82 | 49 | 7 | 0 | 2C | 31 | 45 | 1C | 28 |
| Octal | 171 | 202 | 111 | 7 | 0 | 54 | 61 | 105 | 34 | 50 |
| Binary | 1111001 | 10000010 | 1001001 | 111 | 0 | 101100 | 110001 | 1000101 | 11100 | 101000 |
Color Harmonies of #798249
Complementary color
Monochromatic Colors of #798249
Black with #798249
Text Example
Text Example
White with #798249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798249; }
p { color: rgb(121,130,73); }
H1.HeaderClassName
{
color: #798249;
}
.AnyTagClassName
{
color: #798249;
}
</style>
background-color css
<style>
a { background-color: #798249; }
a { background-color: rgb(121,130,73); }
div.DivClassName
{
background-color: #798249;
}
.BgClassName
{
background-color: #798249;
}
</style>
border-color css
<style>
span { border-color: #798249; }
span { border-color: rgb(121,130,73); }
td.TdClassName
{
border-color: #798249;
}
.TagClassName
{
border-color: #798249;
}
</style>