#718680

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

Shades of Gumbo #718680

Tints of Gumbo #718680

Color information

#718680 (or 0x718680) is unknown color: approx Gumbo. HEX triplet: 71, 86 and 80. RGB value is (113,134,128). Sum of RGB (Red+Green+Blue) = 113+134+128=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 134 - color contains mainly: green. Hex color #718680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718680 is #8E797F. Grayscale: #7F7F7F. Windows color (decimal): -9337216 or 8423025. OLE color: 8423025.

HSL color Cylindrical-coordinate representation of color #718680: hue angle of 162.86º 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 #718680 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB113134128-
CMYK0.1600.040.47
HSL162.86º8.5%48.43%-
HSV(B)162.86º15.67%52.55%-
XYZ19.2322.1223.68-
YUV127.04128.54117.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.13%
GREEN value IS 134 (52.73% from 255) = 35.73%
BLUE value IS 128 (50.39% from 255) = 34.13%
R=30.13%
G=35.73%
B=34.13%

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
Decimal1131341280.1600.040.47162.868.548.43
Hex71868010042Fa3930
Octal1612062002004572431160
Binary11100011000011010000000100000100101111101000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718680; }

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

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

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

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

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

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

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

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