Shades of Finch #798450
Tints of Finch #798450
RGB
CMYK
RGB Variations
Color information
#798450 (or 0x798450) is known color: Finch. HEX triplet: 79, 84 and 50. RGB value is (121,132,80). Sum of RGB (Red+Green+Blue) = 121+132+80=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 132 - color contains mainly: green. Hex color #798450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798450 is #867BAF. Grayscale: #7A7A7A. Windows color (decimal): -8813488 or 5276793. OLE color: 5276793.
HSL color Cylindrical-coordinate representation of color #798450: hue angle of 72.69º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #798450 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 132 | 80 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.48 |
| HSL | 72.69º | 0.25% | 0.42% | - |
| HSV(B) | 72.69º | 0.39% | 0.52% | - |
| XYZ | 17.58 | 21.15 | 10.74 | - |
| YUV | 122.78 | 103.86 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 132 | 80 | 0.08 | 0 | 0.39 | 0.48 | 72.69 | 0.25 | 0.42 |
| Hex | 79 | 84 | 50 | 8 | 0 | 27 | 30 | 49 | 19 | 2A |
| Octal | 171 | 204 | 120 | 10 | 0 | 47 | 60 | 111 | 31 | 52 |
| Binary | 1111001 | 10000100 | 1010000 | 1000 | 0 | 100111 | 110000 | 1001001 | 11001 | 101010 |
Color Harmonies of #798450
Complementary color
Monochromatic Colors of #798450
Black with #798450
Text Example
Text Example
White with #798450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798450; }
p { color: rgb(121,132,80); }
H1.HeaderClassName
{
color: #798450;
}
.AnyTagClassName
{
color: #798450;
}
</style>
background-color css
<style>
a { background-color: #798450; }
a { background-color: rgb(121,132,80); }
div.DivClassName
{
background-color: #798450;
}
.BgClassName
{
background-color: #798450;
}
</style>
border-color css
<style>
span { border-color: #798450; }
span { border-color: rgb(121,132,80); }
td.TdClassName
{
border-color: #798450;
}
.TagClassName
{
border-color: #798450;
}
</style>