#6B9B8F

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

Shades of Gumbo #6B9B8F

Tints of Gumbo #6B9B8F

Color information

#6B9B8F (or 0x6B9B8F) is unknown color: approx Gumbo. HEX triplet: 6B, 9B and 8F. RGB value is (107,155,143). Sum of RGB (Red+Green+Blue) = 107+155+143=405 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.42% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 155 - color contains mainly: green. Hex color #6B9B8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9B8F is #946470. Grayscale: #8B8B8B. Windows color (decimal): -9725041 or 9411435. OLE color: 9411435.

HSL color Cylindrical-coordinate representation of color #6B9B8F: hue angle of 165º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B9B8F is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB107155143-
CMYK0.3100.080.39
HSL165º19.35%51.37%-
HSV(B)165º30.97%60.78%-
XYZ22.7428.5530.3-
YUV139.28130.1104.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.42%
GREEN value IS 155 (60.94% from 255) = 38.27%
BLUE value IS 143 (56.25% from 255) = 35.31%
R=26.42%
G=38.27%
B=35.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1071551430.3100.080.3916519.3551.37
Hex6B9B8F1F0827a51333
Octal15323321737010472452363
Binary1101011100110111000111111111010001001111010010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,155,143); }

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

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

 a { background-color: rgb(107,155,143); }

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

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

 span { border-color: rgb(107,155,143); }

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