Shades of Finch #6E7A4F
Tints of Finch #6E7A4F
RGB
CMYK
RGB Variations
Color information
#6E7A4F (or 0x6E7A4F) is known color: Finch. HEX triplet: 6E, 7A and 4F. RGB value is (110,122,79). Sum of RGB (Red+Green+Blue) = 110+122+79=311 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.37% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 122 - color contains mainly: green. Hex color #6E7A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7A4F is #9185B0. Grayscale: #717171. Windows color (decimal): -9536945 or 5208686. OLE color: 5208686.
HSL color Cylindrical-coordinate representation of color #6E7A4F: hue angle of 76.74º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E7A4F is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 122 | 79 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.52 |
| HSL | 76.74º | 0.21% | 0.39% | - |
| HSV(B) | 76.74º | 0.35% | 0.48% | - |
| XYZ | 14.8 | 17.8 | 10.05 | - |
| YUV | 113.51 | 108.52 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 122 | 79 | 0.10 | 0 | 0.35 | 0.52 | 76.74 | 0.21 | 0.39 |
| Hex | 6E | 7A | 4F | A | 0 | 23 | 34 | 4D | 15 | 27 |
| Octal | 156 | 172 | 117 | 12 | 0 | 43 | 64 | 115 | 25 | 47 |
| Binary | 1101110 | 1111010 | 1001111 | 1010 | 0 | 100011 | 110100 | 1001101 | 10101 | 100111 |
Color Harmonies of #6E7A4F
Complementary color
Monochromatic Colors of #6E7A4F
Black with #6E7A4F
Text Example
Text Example
White with #6E7A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7A4F; }
p { color: rgb(110,122,79); }
H1.HeaderClassName
{
color: #6E7A4F;
}
.AnyTagClassName
{
color: #6E7A4F;
}
</style>
background-color css
<style>
a { background-color: #6E7A4F; }
a { background-color: rgb(110,122,79); }
div.DivClassName
{
background-color: #6E7A4F;
}
.BgClassName
{
background-color: #6E7A4F;
}
</style>
border-color css
<style>
span { border-color: #6E7A4F; }
span { border-color: rgb(110,122,79); }
td.TdClassName
{
border-color: #6E7A4F;
}
.TagClassName
{
border-color: #6E7A4F;
}
</style>