Shades of Gumbo #67918C
Tints of Gumbo #67918C
RGB
CMYK
RGB Variations
Color information
#67918C (or 0x67918C) is known color: Gumbo. HEX triplet: 67, 91 and 8C. RGB value is (103,145,140). Sum of RGB (Red+Green+Blue) = 103+145+140=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 145 - color contains mainly: green. Hex color #67918C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67918C is #986E73. Grayscale: #838383. Windows color (decimal): -9989748 or 9212263. OLE color: 9212263.
HSL color Cylindrical-coordinate representation of color #67918C: hue angle of 172.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #67918C is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 145 | 140 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.43 |
| HSL | 172.86º | 0.17% | 0.49% | - |
| HSV(B) | 172.86º | 0.29% | 0.57% | - |
| XYZ | 20.45 | 25.03 | 28.56 | - |
| YUV | 131.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 140 | 0.29 | 0 | 0.03 | 0.43 | 172.86 | 0.17 | 0.49 |
| Hex | 67 | 91 | 8C | 1D | 0 | 3 | 2B | AD | 11 | 31 |
| Octal | 147 | 221 | 214 | 35 | 0 | 3 | 53 | 255 | 21 | 61 |
| Binary | 1100111 | 10010001 | 10001100 | 11101 | 0 | 11 | 101011 | 10101101 | 10001 | 110001 |
Color Harmonies of #67918C
Complementary color
Monochromatic Colors of #67918C
Black with #67918C
Text Example
Text Example
White with #67918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67918C; }
p { color: rgb(103,145,140); }
H1.HeaderClassName
{
color: #67918C;
}
.AnyTagClassName
{
color: #67918C;
}
</style>
background-color css
<style>
a { background-color: #67918C; }
a { background-color: rgb(103,145,140); }
div.DivClassName
{
background-color: #67918C;
}
.BgClassName
{
background-color: #67918C;
}
</style>
border-color css
<style>
span { border-color: #67918C; }
span { border-color: rgb(103,145,140); }
td.TdClassName
{
border-color: #67918C;
}
.TagClassName
{
border-color: #67918C;
}
</style>