Shades of Finch #717F45
Tints of Finch #717F45
RGB
CMYK
RGB Variations
Color information
#717F45 (or 0x717F45) is known color: Finch. HEX triplet: 71, 7F and 45. RGB value is (113,127,69). Sum of RGB (Red+Green+Blue) = 113+127+69=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 127 - color contains mainly: green. Hex color #717F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717F45 is #8E80BA. Grayscale: #747474. Windows color (decimal): -9339067 or 4554609. OLE color: 4554609.
HSL color Cylindrical-coordinate representation of color #717F45: hue angle of 74.48º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #717F45 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 127 | 69 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.50 |
| HSL | 74.48º | 0.3% | 0.38% | - |
| HSV(B) | 74.48º | 0.46% | 0.5% | - |
| XYZ | 15.47 | 19.12 | 8.51 | - |
| YUV | 116.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 69 | 0.11 | 0 | 0.46 | 0.50 | 74.48 | 0.3 | 0.38 |
| Hex | 71 | 7F | 45 | B | 0 | 2E | 32 | 4A | 1E | 26 |
| Octal | 161 | 177 | 105 | 13 | 0 | 56 | 62 | 112 | 36 | 46 |
| Binary | 1110001 | 1111111 | 1000101 | 1011 | 0 | 101110 | 110010 | 1001010 | 11110 | 100110 |
Color Harmonies of #717F45
Complementary color
Monochromatic Colors of #717F45
Black with #717F45
Text Example
Text Example
White with #717F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717F45; }
p { color: rgb(113,127,69); }
H1.HeaderClassName
{
color: #717F45;
}
.AnyTagClassName
{
color: #717F45;
}
</style>
background-color css
<style>
a { background-color: #717F45; }
a { background-color: rgb(113,127,69); }
div.DivClassName
{
background-color: #717F45;
}
.BgClassName
{
background-color: #717F45;
}
</style>
border-color css
<style>
span { border-color: #717F45; }
span { border-color: rgb(113,127,69); }
td.TdClassName
{
border-color: #717F45;
}
.TagClassName
{
border-color: #717F45;
}
</style>