Shades of Finch #6F7858
Tints of Finch #6F7858
RGB
CMYK
RGB Variations
Color information
#6F7858 (or 0x6F7858) is known color: Finch. HEX triplet: 6F, 78 and 58. RGB value is (111,120,88). Sum of RGB (Red+Green+Blue) = 111+120+88=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 120 - color contains mainly: green. Hex color #6F7858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7858 is #9087A7. Grayscale: #717171. Windows color (decimal): -9471912 or 5797999. OLE color: 5797999.
HSL color Cylindrical-coordinate representation of color #6F7858: hue angle of 76.88º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F7858 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 120 | 88 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.53 |
| HSL | 76.88º | 0.15% | 0.41% | - |
| HSV(B) | 76.88º | 0.27% | 0.47% | - |
| XYZ | 15.03 | 17.52 | 11.82 | - |
| YUV | 113.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 120 | 88 | 0.08 | 0 | 0.27 | 0.53 | 76.88 | 0.15 | 0.41 |
| Hex | 6F | 78 | 58 | 8 | 0 | 1B | 35 | 4D | F | 29 |
| Octal | 157 | 170 | 130 | 10 | 0 | 33 | 65 | 115 | 17 | 51 |
| Binary | 1101111 | 1111000 | 1011000 | 1000 | 0 | 11011 | 110101 | 1001101 | 1111 | 101001 |
Color Harmonies of #6F7858
Complementary color
Monochromatic Colors of #6F7858
Black with #6F7858
Text Example
Text Example
White with #6F7858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7858; }
p { color: rgb(111,120,88); }
H1.HeaderClassName
{
color: #6F7858;
}
.AnyTagClassName
{
color: #6F7858;
}
</style>
background-color css
<style>
a { background-color: #6F7858; }
a { background-color: rgb(111,120,88); }
div.DivClassName
{
background-color: #6F7858;
}
.BgClassName
{
background-color: #6F7858;
}
</style>
border-color css
<style>
span { border-color: #6F7858; }
span { border-color: rgb(111,120,88); }
td.TdClassName
{
border-color: #6F7858;
}
.TagClassName
{
border-color: #6F7858;
}
</style>