#6D978E

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

Shades of Gumbo #6D978E

Tints of Gumbo #6D978E

Color information

#6D978E (or 0x6D978E) is unknown color: approx Gumbo. HEX triplet: 6D, 97 and 8E. RGB value is (109,151,142). Sum of RGB (Red+Green+Blue) = 109+151+142=402 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.11% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 151 - color contains mainly: green. Hex color #6D978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D978E is #926871. Grayscale: #898989. Windows color (decimal): -9594994 or 9344877. OLE color: 9344877.

HSL color Cylindrical-coordinate representation of color #6D978E: hue angle of 167.14º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D978E is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB109151142-
CMYK0.2800.060.41
HSL167.14º16.8%50.98%-
HSV(B)167.14º27.81%59.22%-
XYZ22.2627.3429.69-
YUV137.42130.59107.73-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.11%
GREEN value IS 151 (59.38% from 255) = 37.56%
BLUE value IS 142 (55.86% from 255) = 35.32%
R=27.11%
G=37.56%
B=35.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1091511420.2800.060.41167.1416.850.98
Hex6D978E1C0629a71133
Octal1552272163406512472163
Binary110110110010111100011101110001101010011010011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,151,142); }

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

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

 a { background-color: rgb(109,151,142); }

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

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

 span { border-color: rgb(109,151,142); }

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