#6E918A

Color #6E918A Gumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gumbo #6E918A

Tints of Gumbo #6E918A

Color information

#6E918A (or 0x6E918A) is unknown color: approx Gumbo. HEX triplet: 6E, 91 and 8A. RGB value is (110,145,138). Sum of RGB (Red+Green+Blue) = 110+145+138=393 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.99% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 145 - color contains mainly: green. Hex color #6E918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E918A is #916E75. Grayscale: #858585. Windows color (decimal): -9530998 or 9081198. OLE color: 9081198.

HSL color Cylindrical-coordinate representation of color #6E918A: hue angle of 168º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E918A is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB110145138-
CMYK0.2400.050.43
HSL168º13.73%50%-
HSV(B)168º24.14%56.86%-
XYZ21.1425.427.83-
YUV133.74130.4111.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 27.99%
GREEN value IS 145 (57.03% from 255) = 36.90%
BLUE value IS 138 (54.30% from 255) = 35.11%
R=27.99%
G=36.90%
B=35.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1101451380.2400.050.4316813.7350
Hex6E918A18052Ba8e32
Octal1562212123005532501662
Binary11011101001000110001010110000101101011101010001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E918A; }

 p { color: rgb(110,145,138); }

 H1.HeaderClassName
 {
   color: #6E918A;
 }
 .AnyTagClassName
 {
   color: #6E918A;
 }
</style>
background-color css

<style>
 a { background-color: #6E918A; }

 a { background-color: rgb(110,145,138); }

 div.DivClassName
 {
   background-color: #6E918A;
 }
 .BgClassName
 {
   background-color: #6E918A;
 }
</style>
border-color css

<style>
 span { border-color: #6E918A; }

 span { border-color: rgb(110,145,138); }

 td.TdClassName
 {
   border-color: #6E918A;
 }
 .TagClassName
 {
   border-color: #6E918A;
 }
</style>