Shades of Finch #728148
Tints of Finch #728148
RGB
CMYK
RGB Variations
Color information
#728148 (or 0x728148) is known color: Finch. HEX triplet: 72, 81 and 48. RGB value is (114,129,72). Sum of RGB (Red+Green+Blue) = 114+129+72=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 129 - color contains mainly: green. Hex color #728148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728148 is #8D7EB7. Grayscale: #767676. Windows color (decimal): -9273016 or 4751730. OLE color: 4751730.
HSL color Cylindrical-coordinate representation of color #728148: hue angle of 75.79º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #728148 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 129 | 72 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.49 |
| HSL | 75.79º | 0.28% | 0.39% | - |
| HSV(B) | 75.79º | 0.44% | 0.51% | - |
| XYZ | 15.96 | 19.75 | 9.1 | - |
| YUV | 118.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 129 | 72 | 0.12 | 0 | 0.44 | 0.49 | 75.79 | 0.28 | 0.39 |
| Hex | 72 | 81 | 48 | C | 0 | 2C | 31 | 4C | 1C | 27 |
| Octal | 162 | 201 | 110 | 14 | 0 | 54 | 61 | 114 | 34 | 47 |
| Binary | 1110010 | 10000001 | 1001000 | 1100 | 0 | 101100 | 110001 | 1001100 | 11100 | 100111 |
Color Harmonies of #728148
Complementary color
Monochromatic Colors of #728148
Black with #728148
Text Example
Text Example
White with #728148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728148; }
p { color: rgb(114,129,72); }
H1.HeaderClassName
{
color: #728148;
}
.AnyTagClassName
{
color: #728148;
}
</style>
background-color css
<style>
a { background-color: #728148; }
a { background-color: rgb(114,129,72); }
div.DivClassName
{
background-color: #728148;
}
.BgClassName
{
background-color: #728148;
}
</style>
border-color css
<style>
span { border-color: #728148; }
span { border-color: rgb(114,129,72); }
td.TdClassName
{
border-color: #728148;
}
.TagClassName
{
border-color: #728148;
}
</style>