Shades of Finch #798150
Tints of Finch #798150
RGB
CMYK
RGB Variations
Color information
#798150 (or 0x798150) is known color: Finch. HEX triplet: 79, 81 and 50. RGB value is (121,129,80). Sum of RGB (Red+Green+Blue) = 121+129+80=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 129 - color contains mainly: green. Hex color #798150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798150 is #867EAF. Grayscale: #797979. Windows color (decimal): -8814256 or 5276025. OLE color: 5276025.
HSL color Cylindrical-coordinate representation of color #798150: hue angle of 69.8º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #798150 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 121 | 129 | 80 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.49 |
| HSL | 69.8º | 0.23% | 0.41% | - |
| HSV(B) | 69.8º | 0.38% | 0.51% | - |
| XYZ | 17.18 | 20.34 | 10.61 | - |
| YUV | 121.02 | 104.85 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 129 | 80 | 0.06 | 0 | 0.38 | 0.49 | 69.8 | 0.23 | 0.41 |
| Hex | 79 | 81 | 50 | 6 | 0 | 26 | 31 | 46 | 17 | 29 |
| Octal | 171 | 201 | 120 | 6 | 0 | 46 | 61 | 106 | 27 | 51 |
| Binary | 1111001 | 10000001 | 1010000 | 110 | 0 | 100110 | 110001 | 1000110 | 10111 | 101001 |
Color Harmonies of #798150
Complementary color
Monochromatic Colors of #798150
Black with #798150
Text Example
Text Example
White with #798150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798150; }
p { color: rgb(121,129,80); }
H1.HeaderClassName
{
color: #798150;
}
.AnyTagClassName
{
color: #798150;
}
</style>
background-color css
<style>
a { background-color: #798150; }
a { background-color: rgb(121,129,80); }
div.DivClassName
{
background-color: #798150;
}
.BgClassName
{
background-color: #798150;
}
</style>
border-color css
<style>
span { border-color: #798150; }
span { border-color: rgb(121,129,80); }
td.TdClassName
{
border-color: #798150;
}
.TagClassName
{
border-color: #798150;
}
</style>