Shades of Finch #6E784F
Tints of Finch #6E784F
RGB
CMYK
RGB Variations
Color information
#6E784F (or 0x6E784F) is known color: Finch. HEX triplet: 6E, 78 and 4F. RGB value is (110,120,79). Sum of RGB (Red+Green+Blue) = 110+120+79=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 120 - color contains mainly: green. Hex color #6E784F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E784F is #9187B0. Grayscale: #707070. Windows color (decimal): -9537457 or 5208174. OLE color: 5208174.
HSL color Cylindrical-coordinate representation of color #6E784F: hue angle of 74.63º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E784F is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 120 | 79 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.53 |
| HSL | 74.63º | 0.21% | 0.39% | - |
| HSV(B) | 74.63º | 0.34% | 0.47% | - |
| XYZ | 14.56 | 17.31 | 9.97 | - |
| YUV | 112.34 | 109.19 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 120 | 79 | 0.08 | 0 | 0.34 | 0.53 | 74.63 | 0.21 | 0.39 |
| Hex | 6E | 78 | 4F | 8 | 0 | 22 | 35 | 4B | 15 | 27 |
| Octal | 156 | 170 | 117 | 10 | 0 | 42 | 65 | 113 | 25 | 47 |
| Binary | 1101110 | 1111000 | 1001111 | 1000 | 0 | 100010 | 110101 | 1001011 | 10101 | 100111 |
Color Harmonies of #6E784F
Complementary color
Monochromatic Colors of #6E784F
Black with #6E784F
Text Example
Text Example
White with #6E784F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E784F; }
p { color: rgb(110,120,79); }
H1.HeaderClassName
{
color: #6E784F;
}
.AnyTagClassName
{
color: #6E784F;
}
</style>
background-color css
<style>
a { background-color: #6E784F; }
a { background-color: rgb(110,120,79); }
div.DivClassName
{
background-color: #6E784F;
}
.BgClassName
{
background-color: #6E784F;
}
</style>
border-color css
<style>
span { border-color: #6E784F; }
span { border-color: rgb(110,120,79); }
td.TdClassName
{
border-color: #6E784F;
}
.TagClassName
{
border-color: #6E784F;
}
</style>