Shades of Finch #718144
Tints of Finch #718144
RGB
CMYK
RGB Variations
Color information
#718144 (or 0x718144) is known color: Finch. HEX triplet: 71, 81 and 44. RGB value is (113,129,68). Sum of RGB (Red+Green+Blue) = 113+129+68=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #718144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718144 is #8E7EBB. Grayscale: #757575. Windows color (decimal): -9338556 or 4489585. OLE color: 4489585.
HSL color Cylindrical-coordinate representation of color #718144: hue angle of 75.74º degrees, saturation: 0.31, 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 #718144 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 129 | 68 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.49 |
| HSL | 75.74º | 0.31% | 0.39% | - |
| HSV(B) | 75.74º | 0.47% | 0.51% | - |
| XYZ | 15.7 | 19.63 | 8.43 | - |
| YUV | 117.26 | 100.2 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 129 | 68 | 0.12 | 0 | 0.47 | 0.49 | 75.74 | 0.31 | 0.39 |
| Hex | 71 | 81 | 44 | C | 0 | 2F | 31 | 4C | 1F | 27 |
| Octal | 161 | 201 | 104 | 14 | 0 | 57 | 61 | 114 | 37 | 47 |
| Binary | 1110001 | 10000001 | 1000100 | 1100 | 0 | 101111 | 110001 | 1001100 | 11111 | 100111 |
Color Harmonies of #718144
Complementary color
Monochromatic Colors of #718144
Black with #718144
Text Example
Text Example
White with #718144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718144; }
p { color: rgb(113,129,68); }
H1.HeaderClassName
{
color: #718144;
}
.AnyTagClassName
{
color: #718144;
}
</style>
background-color css
<style>
a { background-color: #718144; }
a { background-color: rgb(113,129,68); }
div.DivClassName
{
background-color: #718144;
}
.BgClassName
{
background-color: #718144;
}
</style>
border-color css
<style>
span { border-color: #718144; }
span { border-color: rgb(113,129,68); }
td.TdClassName
{
border-color: #718144;
}
.TagClassName
{
border-color: #718144;
}
</style>