Shades of Finch #6E7A4E
Tints of Finch #6E7A4E
RGB
CMYK
RGB Variations
Color information
#6E7A4E (or 0x6E7A4E) is known color: Finch. HEX triplet: 6E, 7A and 4E. RGB value is (110,122,78). Sum of RGB (Red+Green+Blue) = 110+122+78=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 122 (48.05% from 255 or 39.35% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 122 - color contains mainly: green. Hex color #6E7A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7A4E is #9185B1. Grayscale: #717171. Windows color (decimal): -9536946 or 5143150. OLE color: 5143150.
HSL color Cylindrical-coordinate representation of color #6E7A4E: hue angle of 76.36º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E7A4E is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 122 | 78 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.52 |
| HSL | 76.36º | 0.22% | 0.39% | - |
| HSV(B) | 76.36º | 0.36% | 0.48% | - |
| XYZ | 14.77 | 17.78 | 9.86 | - |
| YUV | 113.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 122 | 78 | 0.10 | 0 | 0.36 | 0.52 | 76.36 | 0.22 | 0.39 |
| Hex | 6E | 7A | 4E | A | 0 | 24 | 34 | 4C | 16 | 27 |
| Octal | 156 | 172 | 116 | 12 | 0 | 44 | 64 | 114 | 26 | 47 |
| Binary | 1101110 | 1111010 | 1001110 | 1010 | 0 | 100100 | 110100 | 1001100 | 10110 | 100111 |
Color Harmonies of #6E7A4E
Complementary color
Monochromatic Colors of #6E7A4E
Black with #6E7A4E
Text Example
Text Example
White with #6E7A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7A4E; }
p { color: rgb(110,122,78); }
H1.HeaderClassName
{
color: #6E7A4E;
}
.AnyTagClassName
{
color: #6E7A4E;
}
</style>
background-color css
<style>
a { background-color: #6E7A4E; }
a { background-color: rgb(110,122,78); }
div.DivClassName
{
background-color: #6E7A4E;
}
.BgClassName
{
background-color: #6E7A4E;
}
</style>
border-color css
<style>
span { border-color: #6E7A4E; }
span { border-color: rgb(110,122,78); }
td.TdClassName
{
border-color: #6E7A4E;
}
.TagClassName
{
border-color: #6E7A4E;
}
</style>