#71958E

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

Shades of Gumbo #71958E

Tints of Gumbo #71958E

Color information

#71958E (or 0x71958E) is unknown color: approx Gumbo. HEX triplet: 71, 95 and 8E. RGB value is (113,149,142). Sum of RGB (Red+Green+Blue) = 113+149+142=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 149 - color contains mainly: green. Hex color #71958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71958E is #8E6A71. Grayscale: #898989. Windows color (decimal): -9333362 or 9344369. OLE color: 9344369.

HSL color Cylindrical-coordinate representation of color #71958E: hue angle of 168.33º 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 #71958E is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB113149142-
CMYK0.2400.050.42
HSL168.33º14.52%51.37%-
HSV(B)168.33º24.16%58.43%-
XYZ22.4426.9629.61-
YUV137.44130.57110.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.97%
GREEN value IS 149 (58.59% from 255) = 36.88%
BLUE value IS 142 (55.86% from 255) = 35.15%
R=27.97%
G=36.88%
B=35.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131491420.2400.050.42168.3314.5251.37
Hex71958E18052Aa8f33
Octal1612252163005522501763
Binary11100011001010110001110110000101101010101010001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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