Shades of Finch #6E7B4E
Tints of Finch #6E7B4E
RGB
CMYK
RGB Variations
Color information
#6E7B4E (or 0x6E7B4E) is known color: Finch. HEX triplet: 6E, 7B and 4E. RGB value is (110,123,78). Sum of RGB (Red+Green+Blue) = 110+123+78=311 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.37% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 123 - color contains mainly: green. Hex color #6E7B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7B4E is #9184B1. Grayscale: #727272. Windows color (decimal): -9536690 or 5143406. OLE color: 5143406.
HSL color Cylindrical-coordinate representation of color #6E7B4E: hue angle of 77.33º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E7B4E is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 123 | 78 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.52 |
| HSL | 77.33º | 0.22% | 0.39% | - |
| HSV(B) | 77.33º | 0.37% | 0.48% | - |
| XYZ | 14.89 | 18.03 | 9.9 | - |
| YUV | 113.98 | 107.69 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 123 | 78 | 0.11 | 0 | 0.37 | 0.52 | 77.33 | 0.22 | 0.39 |
| Hex | 6E | 7B | 4E | B | 0 | 25 | 34 | 4D | 16 | 27 |
| Octal | 156 | 173 | 116 | 13 | 0 | 45 | 64 | 115 | 26 | 47 |
| Binary | 1101110 | 1111011 | 1001110 | 1011 | 0 | 100101 | 110100 | 1001101 | 10110 | 100111 |
Color Harmonies of #6E7B4E
Complementary color
Monochromatic Colors of #6E7B4E
Black with #6E7B4E
Text Example
Text Example
White with #6E7B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7B4E; }
p { color: rgb(110,123,78); }
H1.HeaderClassName
{
color: #6E7B4E;
}
.AnyTagClassName
{
color: #6E7B4E;
}
</style>
background-color css
<style>
a { background-color: #6E7B4E; }
a { background-color: rgb(110,123,78); }
div.DivClassName
{
background-color: #6E7B4E;
}
.BgClassName
{
background-color: #6E7B4E;
}
</style>
border-color css
<style>
span { border-color: #6E7B4E; }
span { border-color: rgb(110,123,78); }
td.TdClassName
{
border-color: #6E7B4E;
}
.TagClassName
{
border-color: #6E7B4E;
}
</style>