Shades of Finch #6F7C4F
Tints of Finch #6F7C4F
RGB
CMYK
RGB Variations
Color information
#6F7C4F (or 0x6F7C4F) is known color: Finch. HEX triplet: 6F, 7C and 4F. RGB value is (111,124,79). Sum of RGB (Red+Green+Blue) = 111+124+79=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 124 - color contains mainly: green. Hex color #6F7C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7C4F is #9083B0. Grayscale: #737373. Windows color (decimal): -9470897 or 5209199. OLE color: 5209199.
HSL color Cylindrical-coordinate representation of color #6F7C4F: hue angle of 77.33º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F7C4F is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 124 | 79 | - |
| CMYK | 0.10 | 0 | 0.36 | 0.51 |
| HSL | 77.33º | 0.22% | 0.4% | - |
| HSV(B) | 77.33º | 0.36% | 0.49% | - |
| XYZ | 15.17 | 18.36 | 10.14 | - |
| YUV | 114.98 | 107.69 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 124 | 79 | 0.10 | 0 | 0.36 | 0.51 | 77.33 | 0.22 | 0.4 |
| Hex | 6F | 7C | 4F | A | 0 | 24 | 33 | 4D | 16 | 28 |
| Octal | 157 | 174 | 117 | 12 | 0 | 44 | 63 | 115 | 26 | 50 |
| Binary | 1101111 | 1111100 | 1001111 | 1010 | 0 | 100100 | 110011 | 1001101 | 10110 | 101000 |
Color Harmonies of #6F7C4F
Complementary color
Monochromatic Colors of #6F7C4F
Black with #6F7C4F
Text Example
Text Example
White with #6F7C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7C4F; }
p { color: rgb(111,124,79); }
H1.HeaderClassName
{
color: #6F7C4F;
}
.AnyTagClassName
{
color: #6F7C4F;
}
</style>
background-color css
<style>
a { background-color: #6F7C4F; }
a { background-color: rgb(111,124,79); }
div.DivClassName
{
background-color: #6F7C4F;
}
.BgClassName
{
background-color: #6F7C4F;
}
</style>
border-color css
<style>
span { border-color: #6F7C4F; }
span { border-color: rgb(111,124,79); }
td.TdClassName
{
border-color: #6F7C4F;
}
.TagClassName
{
border-color: #6F7C4F;
}
</style>