Shades of Finch #6F765B
Tints of Finch #6F765B
RGB
CMYK
RGB Variations
Color information
#6F765B (or 0x6F765B) is known color: Finch. HEX triplet: 6F, 76 and 5B. RGB value is (111,118,91). Sum of RGB (Red+Green+Blue) = 111+118+91=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 118 - color contains mainly: green. Hex color #6F765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F765B is #9089A4. Grayscale: #707070. Windows color (decimal): -9472421 or 5994095. OLE color: 5994095.
HSL color Cylindrical-coordinate representation of color #6F765B: hue angle of 75.56º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F765B is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 118 | 91 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.54 |
| HSL | 75.56º | 0.13% | 0.41% | - |
| HSV(B) | 75.56º | 0.23% | 0.46% | - |
| XYZ | 14.92 | 17.09 | 12.41 | - |
| YUV | 112.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 91 | 0.06 | 0 | 0.23 | 0.54 | 75.56 | 0.13 | 0.41 |
| Hex | 6F | 76 | 5B | 6 | 0 | 17 | 36 | 4C | D | 29 |
| Octal | 157 | 166 | 133 | 6 | 0 | 27 | 66 | 114 | 15 | 51 |
| Binary | 1101111 | 1110110 | 1011011 | 110 | 0 | 10111 | 110110 | 1001100 | 1101 | 101001 |
Color Harmonies of #6F765B
Complementary color
Monochromatic Colors of #6F765B
Black with #6F765B
Text Example
Text Example
White with #6F765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F765B; }
p { color: rgb(111,118,91); }
H1.HeaderClassName
{
color: #6F765B;
}
.AnyTagClassName
{
color: #6F765B;
}
</style>
background-color css
<style>
a { background-color: #6F765B; }
a { background-color: rgb(111,118,91); }
div.DivClassName
{
background-color: #6F765B;
}
.BgClassName
{
background-color: #6F765B;
}
</style>
border-color css
<style>
span { border-color: #6F765B; }
span { border-color: rgb(111,118,91); }
td.TdClassName
{
border-color: #6F765B;
}
.TagClassName
{
border-color: #6F765B;
}
</style>