#67938A

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

Shades of Gumbo #67938A

Tints of Gumbo #67938A

Color information

#67938A (or 0x67938A) is unknown color: approx Gumbo. HEX triplet: 67, 93 and 8A. RGB value is (103,147,138). Sum of RGB (Red+Green+Blue) = 103+147+138=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 147 - color contains mainly: green. Hex color #67938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67938A is #986C75. Grayscale: #848484. Windows color (decimal): -9989238 or 9081703. OLE color: 9081703.

HSL color Cylindrical-coordinate representation of color #67938A: hue angle of 167.73º 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 #67938A is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB103147138-
CMYK0.3000.060.42
HSL167.73º17.6%49.02%-
HSV(B)167.73º29.93%57.65%-
XYZ20.6125.5927.9-
YUV132.82130.92106.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.55%
GREEN value IS 147 (57.81% from 255) = 37.89%
BLUE value IS 138 (54.30% from 255) = 35.57%
R=26.55%
G=37.89%
B=35.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031471380.3000.060.42167.7317.649.02
Hex67938A1E062Aa81231
Octal1472232123606522502261
Binary110011110010011100010101111001101010101010100010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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