#718881

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

Shades of Gumbo #718881

Tints of Gumbo #718881

Color information

#718881 (or 0x718881) is unknown color: approx Gumbo. HEX triplet: 71, 88 and 81. RGB value is (113,136,129). Sum of RGB (Red+Green+Blue) = 113+136+129=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 136 - color contains mainly: green. Hex color #718881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718881 is #8E777E. Grayscale: #808080. Windows color (decimal): -9336703 or 8489073. OLE color: 8489073.

HSL color Cylindrical-coordinate representation of color #718881: hue angle of 161.74º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #718881 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB113136129-
CMYK0.1700.050.47
HSL161.74º9.24%48.82%-
HSV(B)161.74º16.91%53.33%-
XYZ19.5822.724.12-
YUV128.32128.38117.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.89%
GREEN value IS 136 (53.52% from 255) = 35.98%
BLUE value IS 129 (50.78% from 255) = 34.13%
R=29.89%
G=35.98%
B=34.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131361290.1700.050.47161.749.2448.82
Hex71888111052Fa2931
Octal1612102012105572421161
Binary11100011000100010000001100010101101111101000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718881; }

 p { color: rgb(113,136,129); }

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

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

 a { background-color: rgb(113,136,129); }

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

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

 span { border-color: rgb(113,136,129); }

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