Shades of Finch #6F7953
Tints of Finch #6F7953
RGB
CMYK
RGB Variations
Color information
#6F7953 (or 0x6F7953) is known color: Finch. HEX triplet: 6F, 79 and 53. RGB value is (111,121,83). Sum of RGB (Red+Green+Blue) = 111+121+83=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 121 - color contains mainly: green. Hex color #6F7953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7953 is #9086AC. Grayscale: #717171. Windows color (decimal): -9471661 or 5470575. OLE color: 5470575.
HSL color Cylindrical-coordinate representation of color #6F7953: hue angle of 75.79º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F7953 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 121 | 83 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.53 |
| HSL | 75.79º | 0.19% | 0.4% | - |
| HSV(B) | 75.79º | 0.31% | 0.47% | - |
| XYZ | 14.95 | 17.68 | 10.81 | - |
| YUV | 113.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 121 | 83 | 0.08 | 0 | 0.31 | 0.53 | 75.79 | 0.19 | 0.4 |
| Hex | 6F | 79 | 53 | 8 | 0 | 1F | 35 | 4C | 13 | 28 |
| Octal | 157 | 171 | 123 | 10 | 0 | 37 | 65 | 114 | 23 | 50 |
| Binary | 1101111 | 1111001 | 1010011 | 1000 | 0 | 11111 | 110101 | 1001100 | 10011 | 101000 |
Color Harmonies of #6F7953
Complementary color
Monochromatic Colors of #6F7953
Black with #6F7953
Text Example
Text Example
White with #6F7953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7953; }
p { color: rgb(111,121,83); }
H1.HeaderClassName
{
color: #6F7953;
}
.AnyTagClassName
{
color: #6F7953;
}
</style>
background-color css
<style>
a { background-color: #6F7953; }
a { background-color: rgb(111,121,83); }
div.DivClassName
{
background-color: #6F7953;
}
.BgClassName
{
background-color: #6F7953;
}
</style>
border-color css
<style>
span { border-color: #6F7953; }
span { border-color: rgb(111,121,83); }
td.TdClassName
{
border-color: #6F7953;
}
.TagClassName
{
border-color: #6F7953;
}
</style>