#6D928A

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

Shades of Gumbo #6D928A

Tints of Gumbo #6D928A

Color information

#6D928A (or 0x6D928A) is unknown color: approx Gumbo. HEX triplet: 6D, 92 and 8A. RGB value is (109,146,138). Sum of RGB (Red+Green+Blue) = 109+146+138=393 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.74% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 146 - color contains mainly: green. Hex color #6D928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D928A is #926D75. Grayscale: #868686. Windows color (decimal): -9596278 or 9081453. OLE color: 9081453.

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

Color convert

RGB109146138-
CMYK0.2500.050.43
HSL167.03º14.51%50%-
HSV(B)167.03º25.34%57.25%-
XYZ21.1725.6427.88-
YUV134.02130.24110.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.74%
GREEN value IS 146 (57.42% from 255) = 37.15%
BLUE value IS 138 (54.30% from 255) = 35.11%
R=27.74%
G=37.15%
B=35.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1091461380.2500.050.43167.0314.5150
Hex6D928A19052Ba7f32
Octal1552222123105532471762
Binary11011011001001010001010110010101101011101001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,146,138); }

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

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

 a { background-color: rgb(109,146,138); }

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

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

 span { border-color: rgb(109,146,138); }

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