#709189

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

Shades of Gumbo #709189

Tints of Gumbo #709189

Color information

#709189 (or 0x709189) is unknown color: approx Gumbo. HEX triplet: 70, 91 and 89. RGB value is (112,145,137). Sum of RGB (Red+Green+Blue) = 112+145+137=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 145 - color contains mainly: green. Hex color #709189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709189 is #8F6E76. Grayscale: #868686. Windows color (decimal): -9399927 or 9015664. OLE color: 9015664.

HSL color Cylindrical-coordinate representation of color #709189: hue angle of 165.45º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #709189 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB112145137-
CMYK0.2300.060.43
HSL165.45º13.04%50.39%-
HSV(B)165.45º22.76%56.86%-
XYZ21.3225.527.47-
YUV134.22129.57112.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.43%
GREEN value IS 145 (57.03% from 255) = 36.80%
BLUE value IS 137 (53.91% from 255) = 34.77%
R=28.43%
G=36.80%
B=34.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121451370.2300.060.43165.4513.0450.39
Hex70918917062Ba5d32
Octal1602212112706532451562
Binary11100001001000110001001101110110101011101001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709189; }

 p { color: rgb(112,145,137); }

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

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

 a { background-color: rgb(112,145,137); }

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

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

 span { border-color: rgb(112,145,137); }

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