#71988F

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

Shades of Gumbo #71988F

Tints of Gumbo #71988F

Color information

#71988F (or 0x71988F) is unknown color: approx Gumbo. HEX triplet: 71, 98 and 8F. RGB value is (113,152,143). Sum of RGB (Red+Green+Blue) = 113+152+143=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 152 - color contains mainly: green. Hex color #71988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71988F is #8E6770. Grayscale: #8B8B8B. Windows color (decimal): -9332593 or 9410673. OLE color: 9410673.

HSL color Cylindrical-coordinate representation of color #71988F: hue angle of 166.15º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #71988F is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB113152143-
CMYK0.2600.060.40
HSL166.15º15.92%51.96%-
HSV(B)166.15º25.66%59.61%-
XYZ2327.9530.17-
YUV139.31130.08109.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.70%
GREEN value IS 152 (59.77% from 255) = 37.25%
BLUE value IS 143 (56.25% from 255) = 35.05%
R=27.70%
G=37.25%
B=35.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1131521430.2600.060.40166.1515.9251.96
Hex71988F1A0628a61034
Octal1612302173206502462064
Binary111000110011000100011111101001101010001010011010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71988F; }

 p { color: rgb(113,152,143); }

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

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

 a { background-color: rgb(113,152,143); }

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

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

 span { border-color: rgb(113,152,143); }

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