#72938B

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

Shades of Gumbo #72938B

Tints of Gumbo #72938B

Color information

#72938B (or 0x72938B) is unknown color: approx Gumbo. HEX triplet: 72, 93 and 8B. RGB value is (114,147,139). Sum of RGB (Red+Green+Blue) = 114+147+139=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 147 - color contains mainly: green. Hex color #72938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72938B is #8D6C74. Grayscale: #888888. Windows color (decimal): -9268341 or 9147250. OLE color: 9147250.

HSL color Cylindrical-coordinate representation of color #72938B: hue angle of 165.45º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #72938B is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB114147139-
CMYK0.2200.050.42
HSL165.45º13.25%51.18%-
HSV(B)165.45º22.45%57.65%-
XYZ22.0326.3128.34-
YUV136.22129.57112.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.5%
GREEN value IS 147 (57.81% from 255) = 36.75%
BLUE value IS 139 (54.69% from 255) = 34.75%
R=28.5%
G=36.75%
B=34.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141471390.2200.050.42165.4513.2551.18
Hex72938B16052Aa5d33
Octal1622232132605522451563
Binary11100101001001110001011101100101101010101001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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