#718683

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

Shades of Gumbo #718683

Tints of Gumbo #718683

Color information

#718683 (or 0x718683) is unknown color: approx Gumbo. HEX triplet: 71, 86 and 83. RGB value is (113,134,131). Sum of RGB (Red+Green+Blue) = 113+134+131=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 134 - color contains mainly: green. Hex color #718683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718683 is #8E797C. Grayscale: #7F7F7F. Windows color (decimal): -9337213 or 8619633. OLE color: 8619633.

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

Color convert

RGB113134131-
CMYK0.1600.020.47
HSL171.43º8.5%48.43%-
HSV(B)171.43º15.67%52.55%-
XYZ19.4322.224.73-
YUV127.38130.04117.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.89%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 131 (51.56% from 255) = 34.66%
R=29.89%
G=35.45%
B=34.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131341310.1600.020.47171.438.548.43
Hex71868310022Fab930
Octal1612062032002572531160
Binary1110001100001101000001110000010101111101010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718683; }

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

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

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

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

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

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

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

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