Shades of Finch #748146
Tints of Finch #748146
RGB
CMYK
RGB Variations
Color information
#748146 (or 0x748146) is known color: Finch. HEX triplet: 74, 81 and 46. RGB value is (116,129,70). Sum of RGB (Red+Green+Blue) = 116+129+70=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 129 - color contains mainly: green. Hex color #748146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748146 is #8B7EB9. Grayscale: #767676. Windows color (decimal): -9141946 or 4620660. OLE color: 4620660.
HSL color Cylindrical-coordinate representation of color #748146: hue angle of 73.22º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #748146 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 129 | 70 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.49 |
| HSL | 73.22º | 0.3% | 0.39% | - |
| HSV(B) | 73.22º | 0.46% | 0.51% | - |
| XYZ | 16.16 | 19.86 | 8.78 | - |
| YUV | 118.39 | 100.69 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 70 | 0.10 | 0 | 0.46 | 0.49 | 73.22 | 0.3 | 0.39 |
| Hex | 74 | 81 | 46 | A | 0 | 2E | 31 | 49 | 1E | 27 |
| Octal | 164 | 201 | 106 | 12 | 0 | 56 | 61 | 111 | 36 | 47 |
| Binary | 1110100 | 10000001 | 1000110 | 1010 | 0 | 101110 | 110001 | 1001001 | 11110 | 100111 |
Color Harmonies of #748146
Complementary color
Monochromatic Colors of #748146
Black with #748146
Text Example
Text Example
White with #748146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748146; }
p { color: rgb(116,129,70); }
H1.HeaderClassName
{
color: #748146;
}
.AnyTagClassName
{
color: #748146;
}
</style>
background-color css
<style>
a { background-color: #748146; }
a { background-color: rgb(116,129,70); }
div.DivClassName
{
background-color: #748146;
}
.BgClassName
{
background-color: #748146;
}
</style>
border-color css
<style>
span { border-color: #748146; }
span { border-color: rgb(116,129,70); }
td.TdClassName
{
border-color: #748146;
}
.TagClassName
{
border-color: #748146;
}
</style>