Shades of Gumbo #67918A
Tints of Gumbo #67918A
RGB
CMYK
RGB Variations
Color information
#67918A (or 0x67918A) is known color: Gumbo. HEX triplet: 67, 91 and 8A. RGB value is (103,145,138). Sum of RGB (Red+Green+Blue) = 103+145+138=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 145 - color contains mainly: green. Hex color #67918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67918A is #986E75. Grayscale: #838383. Windows color (decimal): -9989750 or 9081191. OLE color: 9081191.
HSL color Cylindrical-coordinate representation of color #67918A: hue angle of 170º 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 #67918A is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 145 | 138 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.43 |
| HSL | 170º | 0.17% | 0.49% | - |
| HSV(B) | 170º | 0.29% | 0.57% | - |
| XYZ | 20.31 | 24.97 | 27.79 | - |
| YUV | 131.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 138 | 0.29 | 0 | 0.05 | 0.43 | 170 | 0.17 | 0.49 |
| Hex | 67 | 91 | 8A | 1D | 0 | 5 | 2B | AA | 11 | 31 |
| Octal | 147 | 221 | 212 | 35 | 0 | 5 | 53 | 252 | 21 | 61 |
| Binary | 1100111 | 10010001 | 10001010 | 11101 | 0 | 101 | 101011 | 10101010 | 10001 | 110001 |
Color Harmonies of #67918A
Complementary color
Monochromatic Colors of #67918A
Black with #67918A
Text Example
Text Example
White with #67918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67918A; }
p { color: rgb(103,145,138); }
H1.HeaderClassName
{
color: #67918A;
}
.AnyTagClassName
{
color: #67918A;
}
</style>
background-color css
<style>
a { background-color: #67918A; }
a { background-color: rgb(103,145,138); }
div.DivClassName
{
background-color: #67918A;
}
.BgClassName
{
background-color: #67918A;
}
</style>
border-color css
<style>
span { border-color: #67918A; }
span { border-color: rgb(103,145,138); }
td.TdClassName
{
border-color: #67918A;
}
.TagClassName
{
border-color: #67918A;
}
</style>