Shades of Finch #718145
Tints of Finch #718145
RGB
CMYK
RGB Variations
Color information
#718145 (or 0x718145) is known color: Finch. HEX triplet: 71, 81 and 45. RGB value is (113,129,69). Sum of RGB (Red+Green+Blue) = 113+129+69=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 129 - color contains mainly: green. Hex color #718145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718145 is #8E7EBA. Grayscale: #757575. Windows color (decimal): -9338555 or 4555121. OLE color: 4555121.
HSL color Cylindrical-coordinate representation of color #718145: hue angle of 76º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #718145 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 129 | 69 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.49 |
| HSL | 76º | 0.3% | 0.39% | - |
| HSV(B) | 76º | 0.47% | 0.51% | - |
| XYZ | 15.73 | 19.64 | 8.59 | - |
| YUV | 117.38 | 100.7 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 129 | 69 | 0.12 | 0 | 0.47 | 0.49 | 76 | 0.3 | 0.39 |
| Hex | 71 | 81 | 45 | C | 0 | 2F | 31 | 4C | 1E | 27 |
| Octal | 161 | 201 | 105 | 14 | 0 | 57 | 61 | 114 | 36 | 47 |
| Binary | 1110001 | 10000001 | 1000101 | 1100 | 0 | 101111 | 110001 | 1001100 | 11110 | 100111 |
Color Harmonies of #718145
Complementary color
Monochromatic Colors of #718145
Black with #718145
Text Example
Text Example
White with #718145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718145; }
p { color: rgb(113,129,69); }
H1.HeaderClassName
{
color: #718145;
}
.AnyTagClassName
{
color: #718145;
}
</style>
background-color css
<style>
a { background-color: #718145; }
a { background-color: rgb(113,129,69); }
div.DivClassName
{
background-color: #718145;
}
.BgClassName
{
background-color: #718145;
}
</style>
border-color css
<style>
span { border-color: #718145; }
span { border-color: rgb(113,129,69); }
td.TdClassName
{
border-color: #718145;
}
.TagClassName
{
border-color: #718145;
}
</style>