Shades of Finch #7E864E
Tints of Finch #7E864E
RGB
CMYK
RGB Variations
Color information
#7E864E (or 0x7E864E) is known color: Finch. HEX triplet: 7E, 86 and 4E. RGB value is (126,134,78). Sum of RGB (Red+Green+Blue) = 126+134+78=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #7E864E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E864E is #8179B1. Grayscale: #7D7D7D. Windows color (decimal): -8485298 or 5146238. OLE color: 5146238.
HSL color Cylindrical-coordinate representation of color #7E864E: hue angle of 68.57º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E864E is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 126 | 134 | 78 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.47 |
| HSL | 68.57º | 0.26% | 0.42% | - |
| HSV(B) | 68.57º | 0.42% | 0.53% | - |
| XYZ | 18.5 | 22.04 | 10.49 | - |
| YUV | 125.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 134 | 78 | 0.06 | 0 | 0.42 | 0.47 | 68.57 | 0.26 | 0.42 |
| Hex | 7E | 86 | 4E | 6 | 0 | 2A | 2F | 45 | 1A | 2A |
| Octal | 176 | 206 | 116 | 6 | 0 | 52 | 57 | 105 | 32 | 52 |
| Binary | 1111110 | 10000110 | 1001110 | 110 | 0 | 101010 | 101111 | 1000101 | 11010 | 101010 |
Color Harmonies of #7E864E
Complementary color
Monochromatic Colors of #7E864E
Black with #7E864E
Text Example
Text Example
White with #7E864E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E864E; }
p { color: rgb(126,134,78); }
H1.HeaderClassName
{
color: #7E864E;
}
.AnyTagClassName
{
color: #7E864E;
}
</style>
background-color css
<style>
a { background-color: #7E864E; }
a { background-color: rgb(126,134,78); }
div.DivClassName
{
background-color: #7E864E;
}
.BgClassName
{
background-color: #7E864E;
}
</style>
border-color css
<style>
span { border-color: #7E864E; }
span { border-color: rgb(126,134,78); }
td.TdClassName
{
border-color: #7E864E;
}
.TagClassName
{
border-color: #7E864E;
}
</style>