Shades of Gumbo #62918A
Tints of Gumbo #62918A
RGB
CMYK
RGB Variations
Color information
#62918A (or 0x62918A) is known color: Gumbo. HEX triplet: 62, 91 and 8A. RGB value is (98,145,138). Sum of RGB (Red+Green+Blue) = 98+145+138=381 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.72% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 145 - color contains mainly: green. Hex color #62918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62918A is #9D6E75. Grayscale: #828282. Windows color (decimal): -10317430 or 9081186. OLE color: 9081186.
HSL color Cylindrical-coordinate representation of color #62918A: hue angle of 171.06º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #62918A is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 145 | 138 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.43 |
| HSL | 171.06º | 0.19% | 0.48% | - |
| HSV(B) | 171.06º | 0.32% | 0.57% | - |
| XYZ | 19.75 | 24.68 | 27.77 | - |
| YUV | 130.15 | 132.43 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 145 | 138 | 0.32 | 0 | 0.05 | 0.43 | 171.06 | 0.19 | 0.48 |
| Hex | 62 | 91 | 8A | 20 | 0 | 5 | 2B | AB | 13 | 30 |
| Octal | 142 | 221 | 212 | 40 | 0 | 5 | 53 | 253 | 23 | 60 |
| Binary | 1100010 | 10010001 | 10001010 | 100000 | 0 | 101 | 101011 | 10101011 | 10011 | 110000 |
Color Harmonies of #62918A
Complementary color
Monochromatic Colors of #62918A
Black with #62918A
Text Example
Text Example
White with #62918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62918A; }
p { color: rgb(98,145,138); }
H1.HeaderClassName
{
color: #62918A;
}
.AnyTagClassName
{
color: #62918A;
}
</style>
background-color css
<style>
a { background-color: #62918A; }
a { background-color: rgb(98,145,138); }
div.DivClassName
{
background-color: #62918A;
}
.BgClassName
{
background-color: #62918A;
}
</style>
border-color css
<style>
span { border-color: #62918A; }
span { border-color: rgb(98,145,138); }
td.TdClassName
{
border-color: #62918A;
}
.TagClassName
{
border-color: #62918A;
}
</style>