Shades of Finch #717F46
Tints of Finch #717F46
RGB
CMYK
RGB Variations
Color information
#717F46 (or 0x717F46) is known color: Finch. HEX triplet: 71, 7F and 46. RGB value is (113,127,70). Sum of RGB (Red+Green+Blue) = 113+127+70=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 127 - color contains mainly: green. Hex color #717F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717F46 is #8E80B9. Grayscale: #747474. Windows color (decimal): -9339066 or 4620145. OLE color: 4620145.
HSL color Cylindrical-coordinate representation of color #717F46: hue angle of 74.74º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #717F46 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 127 | 70 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.50 |
| HSL | 74.74º | 0.29% | 0.39% | - |
| HSV(B) | 74.74º | 0.45% | 0.5% | - |
| XYZ | 15.5 | 19.13 | 8.67 | - |
| YUV | 116.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 70 | 0.11 | 0 | 0.45 | 0.50 | 74.74 | 0.29 | 0.39 |
| Hex | 71 | 7F | 46 | B | 0 | 2D | 32 | 4B | 1D | 27 |
| Octal | 161 | 177 | 106 | 13 | 0 | 55 | 62 | 113 | 35 | 47 |
| Binary | 1110001 | 1111111 | 1000110 | 1011 | 0 | 101101 | 110010 | 1001011 | 11101 | 100111 |
Color Harmonies of #717F46
Complementary color
Monochromatic Colors of #717F46
Black with #717F46
Text Example
Text Example
White with #717F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717F46; }
p { color: rgb(113,127,70); }
H1.HeaderClassName
{
color: #717F46;
}
.AnyTagClassName
{
color: #717F46;
}
</style>
background-color css
<style>
a { background-color: #717F46; }
a { background-color: rgb(113,127,70); }
div.DivClassName
{
background-color: #717F46;
}
.BgClassName
{
background-color: #717F46;
}
</style>
border-color css
<style>
span { border-color: #717F46; }
span { border-color: rgb(113,127,70); }
td.TdClassName
{
border-color: #717F46;
}
.TagClassName
{
border-color: #717F46;
}
</style>