#71958C

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

Shades of Gumbo #71958C

Tints of Gumbo #71958C

Color information

#71958C (or 0x71958C) is unknown color: approx Gumbo. HEX triplet: 71, 95 and 8C. RGB value is (113,149,140). Sum of RGB (Red+Green+Blue) = 113+149+140=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 149 - color contains mainly: green. Hex color #71958C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71958C is #8E6A73. Grayscale: #898989. Windows color (decimal): -9333364 or 9213297. OLE color: 9213297.

HSL color Cylindrical-coordinate representation of color #71958C: hue angle of 165º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #71958C is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB113149140-
CMYK0.2400.060.42
HSL165º14.52%51.37%-
HSV(B)165º24.16%58.43%-
XYZ22.2926.928.83-
YUV137.21129.57110.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.11%
GREEN value IS 149 (58.59% from 255) = 37.06%
BLUE value IS 140 (55.08% from 255) = 34.83%
R=28.11%
G=37.06%
B=34.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131491400.2400.060.4216514.5251.37
Hex71958C18062Aa5f33
Octal1612252143006522451763
Binary11100011001010110001100110000110101010101001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71958C; }

 p { color: rgb(113,149,140); }

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

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

 a { background-color: rgb(113,149,140); }

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

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

 span { border-color: rgb(113,149,140); }

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