#67938B

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

Shades of Gumbo #67938B

Tints of Gumbo #67938B

Color information

#67938B (or 0x67938B) is unknown color: approx Gumbo. HEX triplet: 67, 93 and 8B. RGB value is (103,147,139). Sum of RGB (Red+Green+Blue) = 103+147+139=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 147 - color contains mainly: green. Hex color #67938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67938B is #986C74. Grayscale: #848484. Windows color (decimal): -9989237 or 9147239. OLE color: 9147239.

HSL color Cylindrical-coordinate representation of color #67938B: hue angle of 169.09º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #67938B is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB103147139-
CMYK0.3000.050.42
HSL169.09º17.6%49.02%-
HSV(B)169.09º29.93%57.65%-
XYZ20.6925.6228.28-
YUV132.93131.42106.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.48%
GREEN value IS 147 (57.81% from 255) = 37.79%
BLUE value IS 139 (54.69% from 255) = 35.73%
R=26.48%
G=37.79%
B=35.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031471390.3000.050.42169.0917.649.02
Hex67938B1E052Aa91231
Octal1472232133605522512261
Binary110011110010011100010111111001011010101010100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67938B; }

 p { color: rgb(103,147,139); }

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

<style>
 a { background-color: #67938B; }

 a { background-color: rgb(103,147,139); }

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

<style>
 span { border-color: #67938B; }

 span { border-color: rgb(103,147,139); }

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