Shades of Gumbo #6F857F
Tints of Gumbo #6F857F
RGB
CMYK
RGB Variations
Color information
#6F857F (or 0x6F857F) is known color: Gumbo. HEX triplet: 6F, 85 and 7F. RGB value is (111,133,127). Sum of RGB (Red+Green+Blue) = 111+133+127=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 133 - color contains mainly: green. Hex color #6F857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F857F is #907A80. Grayscale: #7D7D7D. Windows color (decimal): -9468545 or 8357231. OLE color: 8357231.
HSL color Cylindrical-coordinate representation of color #6F857F: hue angle of 163.64º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F857F is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 133 | 127 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.48 |
| HSL | 163.64º | 0.09% | 0.48% | - |
| HSV(B) | 163.64º | 0.17% | 0.52% | - |
| XYZ | 18.77 | 21.69 | 23.28 | - |
| YUV | 125.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 133 | 127 | 0.17 | 0 | 0.05 | 0.48 | 163.64 | 0.09 | 0.48 |
| Hex | 6F | 85 | 7F | 11 | 0 | 5 | 30 | A4 | 9 | 30 |
| Octal | 157 | 205 | 177 | 21 | 0 | 5 | 60 | 244 | 11 | 60 |
| Binary | 1101111 | 10000101 | 1111111 | 10001 | 0 | 101 | 110000 | 10100100 | 1001 | 110000 |
Color Harmonies of #6F857F
Complementary color
Monochromatic Colors of #6F857F
Black with #6F857F
Text Example
Text Example
White with #6F857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F857F; }
p { color: rgb(111,133,127); }
H1.HeaderClassName
{
color: #6F857F;
}
.AnyTagClassName
{
color: #6F857F;
}
</style>
background-color css
<style>
a { background-color: #6F857F; }
a { background-color: rgb(111,133,127); }
div.DivClassName
{
background-color: #6F857F;
}
.BgClassName
{
background-color: #6F857F;
}
</style>
border-color css
<style>
span { border-color: #6F857F; }
span { border-color: rgb(111,133,127); }
td.TdClassName
{
border-color: #6F857F;
}
.TagClassName
{
border-color: #6F857F;
}
</style>