Shades of Finch #718143
Tints of Finch #718143
RGB
CMYK
RGB Variations
Color information
#718143 (or 0x718143) is known color: Finch. HEX triplet: 71, 81 and 43. RGB value is (113,129,67). Sum of RGB (Red+Green+Blue) = 113+129+67=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 129 - color contains mainly: green. Hex color #718143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718143 is #8E7EBC. Grayscale: #757575. Windows color (decimal): -9338557 or 4424049. OLE color: 4424049.
HSL color Cylindrical-coordinate representation of color #718143: hue angle of 75.48º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #718143 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 129 | 67 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.49 |
| HSL | 75.48º | 0.32% | 0.38% | - |
| HSV(B) | 75.48º | 0.48% | 0.51% | - |
| XYZ | 15.67 | 19.62 | 8.27 | - |
| YUV | 117.15 | 99.7 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 129 | 67 | 0.12 | 0 | 0.48 | 0.49 | 75.48 | 0.32 | 0.38 |
| Hex | 71 | 81 | 43 | C | 0 | 30 | 31 | 4B | 20 | 26 |
| Octal | 161 | 201 | 103 | 14 | 0 | 60 | 61 | 113 | 40 | 46 |
| Binary | 1110001 | 10000001 | 1000011 | 1100 | 0 | 110000 | 110001 | 1001011 | 100000 | 100110 |
Color Harmonies of #718143
Complementary color
Monochromatic Colors of #718143
Black with #718143
Text Example
Text Example
White with #718143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718143; }
p { color: rgb(113,129,67); }
H1.HeaderClassName
{
color: #718143;
}
.AnyTagClassName
{
color: #718143;
}
</style>
background-color css
<style>
a { background-color: #718143; }
a { background-color: rgb(113,129,67); }
div.DivClassName
{
background-color: #718143;
}
.BgClassName
{
background-color: #718143;
}
</style>
border-color css
<style>
span { border-color: #718143; }
span { border-color: rgb(113,129,67); }
td.TdClassName
{
border-color: #718143;
}
.TagClassName
{
border-color: #718143;
}
</style>