Shades of Finch #728049
Tints of Finch #728049
RGB
CMYK
RGB Variations
Color information
#728049 (or 0x728049) is known color: Finch. HEX triplet: 72, 80 and 49. RGB value is (114,128,73). Sum of RGB (Red+Green+Blue) = 114+128+73=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #728049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728049 is #8D7FB6. Grayscale: #757575. Windows color (decimal): -9273271 or 4817010. OLE color: 4817010.
HSL color Cylindrical-coordinate representation of color #728049: hue angle of 75.27º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #728049 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 128 | 73 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.50 |
| HSL | 75.27º | 0.27% | 0.39% | - |
| HSV(B) | 75.27º | 0.43% | 0.5% | - |
| XYZ | 15.86 | 19.5 | 9.23 | - |
| YUV | 117.54 | 102.86 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 128 | 73 | 0.11 | 0 | 0.43 | 0.50 | 75.27 | 0.27 | 0.39 |
| Hex | 72 | 80 | 49 | B | 0 | 2B | 32 | 4B | 1B | 27 |
| Octal | 162 | 200 | 111 | 13 | 0 | 53 | 62 | 113 | 33 | 47 |
| Binary | 1110010 | 10000000 | 1001001 | 1011 | 0 | 101011 | 110010 | 1001011 | 11011 | 100111 |
Color Harmonies of #728049
Complementary color
Monochromatic Colors of #728049
Black with #728049
Text Example
Text Example
White with #728049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728049; }
p { color: rgb(114,128,73); }
H1.HeaderClassName
{
color: #728049;
}
.AnyTagClassName
{
color: #728049;
}
</style>
background-color css
<style>
a { background-color: #728049; }
a { background-color: rgb(114,128,73); }
div.DivClassName
{
background-color: #728049;
}
.BgClassName
{
background-color: #728049;
}
</style>
border-color css
<style>
span { border-color: #728049; }
span { border-color: rgb(114,128,73); }
td.TdClassName
{
border-color: #728049;
}
.TagClassName
{
border-color: #728049;
}
</style>