Shades of Gumbo #6F8781
Tints of Gumbo #6F8781
RGB
CMYK
RGB Variations
Color information
#6F8781 (or 0x6F8781) is known color: Gumbo. HEX triplet: 6F, 87 and 81. RGB value is (111,135,129). Sum of RGB (Red+Green+Blue) = 111+135+129=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8781 is #90787E. Grayscale: #7F7F7F. Windows color (decimal): -9468031 or 8488815. OLE color: 8488815.
HSL color Cylindrical-coordinate representation of color #6F8781: hue angle of 165º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F8781 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 135 | 129 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.47 |
| HSL | 165º | 0.1% | 0.48% | - |
| HSV(B) | 165º | 0.18% | 0.53% | - |
| XYZ | 19.18 | 22.29 | 24.06 | - |
| YUV | 127.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 129 | 0.18 | 0 | 0.04 | 0.47 | 165 | 0.1 | 0.48 |
| Hex | 6F | 87 | 81 | 12 | 0 | 4 | 2F | A5 | A | 30 |
| Octal | 157 | 207 | 201 | 22 | 0 | 4 | 57 | 245 | 12 | 60 |
| Binary | 1101111 | 10000111 | 10000001 | 10010 | 0 | 100 | 101111 | 10100101 | 1010 | 110000 |
Color Harmonies of #6F8781
Complementary color
Monochromatic Colors of #6F8781
Black with #6F8781
Text Example
Text Example
White with #6F8781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8781; }
p { color: rgb(111,135,129); }
H1.HeaderClassName
{
color: #6F8781;
}
.AnyTagClassName
{
color: #6F8781;
}
</style>
background-color css
<style>
a { background-color: #6F8781; }
a { background-color: rgb(111,135,129); }
div.DivClassName
{
background-color: #6F8781;
}
.BgClassName
{
background-color: #6F8781;
}
</style>
border-color css
<style>
span { border-color: #6F8781; }
span { border-color: rgb(111,135,129); }
td.TdClassName
{
border-color: #6F8781;
}
.TagClassName
{
border-color: #6F8781;
}
</style>