#718681

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

Shades of Gumbo #718681

Tints of Gumbo #718681

Color information

#718681 (or 0x718681) is unknown color: approx Gumbo. HEX triplet: 71, 86 and 81. RGB value is (113,134,129). Sum of RGB (Red+Green+Blue) = 113+134+129=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 134 - color contains mainly: green. Hex color #718681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718681 is #8E797E. Grayscale: #7F7F7F. Windows color (decimal): -9337215 or 8488561. OLE color: 8488561.

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

Color convert

RGB113134129-
CMYK0.1600.040.47
HSL165.71º8.5%48.43%-
HSV(B)165.71º15.67%52.55%-
XYZ19.322.1524.03-
YUV127.15129.04117.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.05%
GREEN value IS 134 (52.73% from 255) = 35.64%
BLUE value IS 129 (50.78% from 255) = 34.31%
R=30.05%
G=35.64%
B=34.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131341290.1600.040.47165.718.548.43
Hex71868110042Fa6930
Octal1612062012004572461160
Binary11100011000011010000001100000100101111101001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718681; }

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

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

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

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

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

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

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

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