#6B9790

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

Shades of Gumbo #6B9790

Tints of Gumbo #6B9790

Color information

#6B9790 (or 0x6B9790) is unknown color: approx Gumbo. HEX triplet: 6B, 97 and 90. RGB value is (107,151,144). Sum of RGB (Red+Green+Blue) = 107+151+144=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 151 - color contains mainly: green. Hex color #6B9790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9790 is #94686F. Grayscale: #898989. Windows color (decimal): -9726064 or 9475947. OLE color: 9475947.

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

Color convert

RGB107151144-
CMYK0.2900.050.41
HSL170.45º17.46%50.59%-
HSV(B)170.45º29.14%59.22%-
XYZ22.1627.2730.48-
YUV137.05131.92106.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.62%
GREEN value IS 151 (59.38% from 255) = 37.56%
BLUE value IS 144 (56.64% from 255) = 35.82%
R=26.62%
G=37.56%
B=35.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1071511440.2900.050.41170.4517.4650.59
Hex6B97901D0529aa1133
Octal1532272203505512522163
Binary110101110010111100100001110101011010011010101010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,151,144); }

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

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

 a { background-color: rgb(107,151,144); }

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

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

 span { border-color: rgb(107,151,144); }

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