Shades of Finch #718247
Tints of Finch #718247
RGB
CMYK
RGB Variations
Color information
#718247 (or 0x718247) is known color: Finch. HEX triplet: 71, 82 and 47. RGB value is (113,130,71). Sum of RGB (Red+Green+Blue) = 113+130+71=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #718247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718247 is #8E7DB8. Grayscale: #767676. Windows color (decimal): -9338297 or 4686449. OLE color: 4686449.
HSL color Cylindrical-coordinate representation of color #718247: hue angle of 77.29º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #718247 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 130 | 71 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.49 |
| HSL | 77.29º | 0.29% | 0.39% | - |
| HSV(B) | 77.29º | 0.45% | 0.51% | - |
| XYZ | 15.93 | 19.93 | 8.97 | - |
| YUV | 118.19 | 101.37 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 71 | 0.13 | 0 | 0.45 | 0.49 | 77.29 | 0.29 | 0.39 |
| Hex | 71 | 82 | 47 | D | 0 | 2D | 31 | 4D | 1D | 27 |
| Octal | 161 | 202 | 107 | 15 | 0 | 55 | 61 | 115 | 35 | 47 |
| Binary | 1110001 | 10000010 | 1000111 | 1101 | 0 | 101101 | 110001 | 1001101 | 11101 | 100111 |
Color Harmonies of #718247
Complementary color
Monochromatic Colors of #718247
Black with #718247
Text Example
Text Example
White with #718247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718247; }
p { color: rgb(113,130,71); }
H1.HeaderClassName
{
color: #718247;
}
.AnyTagClassName
{
color: #718247;
}
</style>
background-color css
<style>
a { background-color: #718247; }
a { background-color: rgb(113,130,71); }
div.DivClassName
{
background-color: #718247;
}
.BgClassName
{
background-color: #718247;
}
</style>
border-color css
<style>
span { border-color: #718247; }
span { border-color: rgb(113,130,71); }
td.TdClassName
{
border-color: #718247;
}
.TagClassName
{
border-color: #718247;
}
</style>