Shades of Finch #7E8650
Tints of Finch #7E8650
RGB
CMYK
RGB Variations
Color information
#7E8650 (or 0x7E8650) is known color: Finch. HEX triplet: 7E, 86 and 50. RGB value is (126,134,80). Sum of RGB (Red+Green+Blue) = 126+134+80=340 (45% of max value = 765). Red value is 126 (49.61% from 255 or 37.06% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #7E8650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8650 is #8179AF. Grayscale: #7D7D7D. Windows color (decimal): -8485296 or 5277310. OLE color: 5277310.
HSL color Cylindrical-coordinate representation of color #7E8650: hue angle of 68.89º 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 #7E8650 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 134 | 80 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.47 |
| HSL | 68.89º | 0.25% | 0.42% | - |
| HSV(B) | 68.89º | 0.4% | 0.53% | - |
| XYZ | 18.58 | 22.07 | 10.87 | - |
| YUV | 125.45 | 102.35 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 134 | 80 | 0.06 | 0 | 0.40 | 0.47 | 68.89 | 0.25 | 0.42 |
| Hex | 7E | 86 | 50 | 6 | 0 | 28 | 2F | 45 | 19 | 2A |
| Octal | 176 | 206 | 120 | 6 | 0 | 50 | 57 | 105 | 31 | 52 |
| Binary | 1111110 | 10000110 | 1010000 | 110 | 0 | 101000 | 101111 | 1000101 | 11001 | 101010 |
Color Harmonies of #7E8650
Complementary color
Monochromatic Colors of #7E8650
Black with #7E8650
Text Example
Text Example
White with #7E8650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8650; }
p { color: rgb(126,134,80); }
H1.HeaderClassName
{
color: #7E8650;
}
.AnyTagClassName
{
color: #7E8650;
}
</style>
background-color css
<style>
a { background-color: #7E8650; }
a { background-color: rgb(126,134,80); }
div.DivClassName
{
background-color: #7E8650;
}
.BgClassName
{
background-color: #7E8650;
}
</style>
border-color css
<style>
span { border-color: #7E8650; }
span { border-color: rgb(126,134,80); }
td.TdClassName
{
border-color: #7E8650;
}
.TagClassName
{
border-color: #7E8650;
}
</style>