Shades of Finch #7D8650
Tints of Finch #7D8650
RGB
CMYK
RGB Variations
Color information
#7D8650 (or 0x7D8650) is known color: Finch. HEX triplet: 7D, 86 and 50. RGB value is (125,134,80). Sum of RGB (Red+Green+Blue) = 125+134+80=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 134 - color contains mainly: green. Hex color #7D8650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8650 is #8279AF. Grayscale: #7D7D7D. Windows color (decimal): -8550832 or 5277309. OLE color: 5277309.
HSL color Cylindrical-coordinate representation of color #7D8650: hue angle of 70º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D8650 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 134 | 80 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.47 |
| HSL | 70º | 0.25% | 0.42% | - |
| HSV(B) | 70º | 0.4% | 0.53% | - |
| XYZ | 18.43 | 21.99 | 10.86 | - |
| YUV | 125.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 134 | 80 | 0.07 | 0 | 0.40 | 0.47 | 70 | 0.25 | 0.42 |
| Hex | 7D | 86 | 50 | 7 | 0 | 28 | 2F | 46 | 19 | 2A |
| Octal | 175 | 206 | 120 | 7 | 0 | 50 | 57 | 106 | 31 | 52 |
| Binary | 1111101 | 10000110 | 1010000 | 111 | 0 | 101000 | 101111 | 1000110 | 11001 | 101010 |
Color Harmonies of #7D8650
Complementary color
Monochromatic Colors of #7D8650
Black with #7D8650
Text Example
Text Example
White with #7D8650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8650; }
p { color: rgb(125,134,80); }
H1.HeaderClassName
{
color: #7D8650;
}
.AnyTagClassName
{
color: #7D8650;
}
</style>
background-color css
<style>
a { background-color: #7D8650; }
a { background-color: rgb(125,134,80); }
div.DivClassName
{
background-color: #7D8650;
}
.BgClassName
{
background-color: #7D8650;
}
</style>
border-color css
<style>
span { border-color: #7D8650; }
span { border-color: rgb(125,134,80); }
td.TdClassName
{
border-color: #7D8650;
}
.TagClassName
{
border-color: #7D8650;
}
</style>