Shades of Finch #748149
Tints of Finch #748149
RGB
CMYK
RGB Variations
Color information
#748149 (or 0x748149) is known color: Finch. HEX triplet: 74, 81 and 49. RGB value is (116,129,73). Sum of RGB (Red+Green+Blue) = 116+129+73=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 129 - color contains mainly: green. Hex color #748149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748149 is #8B7EB6. Grayscale: #767676. Windows color (decimal): -9141943 or 4817268. OLE color: 4817268.
HSL color Cylindrical-coordinate representation of color #748149: hue angle of 73.93º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #748149 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 129 | 73 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.49 |
| HSL | 73.93º | 0.28% | 0.4% | - |
| HSV(B) | 73.93º | 0.43% | 0.51% | - |
| XYZ | 16.26 | 19.89 | 9.29 | - |
| YUV | 118.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 73 | 0.10 | 0 | 0.43 | 0.49 | 73.93 | 0.28 | 0.4 |
| Hex | 74 | 81 | 49 | A | 0 | 2B | 31 | 4A | 1C | 28 |
| Octal | 164 | 201 | 111 | 12 | 0 | 53 | 61 | 112 | 34 | 50 |
| Binary | 1110100 | 10000001 | 1001001 | 1010 | 0 | 101011 | 110001 | 1001010 | 11100 | 101000 |
Color Harmonies of #748149
Complementary color
Monochromatic Colors of #748149
Black with #748149
Text Example
Text Example
White with #748149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748149; }
p { color: rgb(116,129,73); }
H1.HeaderClassName
{
color: #748149;
}
.AnyTagClassName
{
color: #748149;
}
</style>
background-color css
<style>
a { background-color: #748149; }
a { background-color: rgb(116,129,73); }
div.DivClassName
{
background-color: #748149;
}
.BgClassName
{
background-color: #748149;
}
</style>
border-color css
<style>
span { border-color: #748149; }
span { border-color: rgb(116,129,73); }
td.TdClassName
{
border-color: #748149;
}
.TagClassName
{
border-color: #748149;
}
</style>