#678E87

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

Shades of Gumbo #678E87

Tints of Gumbo #678E87

Color information

#678E87 (or 0x678E87) is unknown color: approx Gumbo. HEX triplet: 67, 8E and 87. RGB value is (103,142,135). Sum of RGB (Red+Green+Blue) = 103+142+135=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 142 - color contains mainly: green. Hex color #678E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678E87 is #987178. Grayscale: #818181. Windows color (decimal): -9990521 or 8883815. OLE color: 8883815.

HSL color Cylindrical-coordinate representation of color #678E87: hue angle of 169.23º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #678E87 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB103142135-
CMYK0.2700.050.44
HSL169.23º15.92%48.04%-
HSV(B)169.23º27.46%55.69%-
XYZ19.6423.9826.51-
YUV129.54131.08109.07-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.11%
GREEN value IS 142 (55.86% from 255) = 37.37%
BLUE value IS 135 (53.12% from 255) = 35.53%
R=27.11%
G=37.37%
B=35.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1031421350.2700.050.44169.2315.9248.04
Hex678E871B052Ca91030
Octal1472162073305542512060
Binary110011110001110100001111101101011011001010100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678E87; }

 p { color: rgb(103,142,135); }

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

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

 a { background-color: rgb(103,142,135); }

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

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

 span { border-color: rgb(103,142,135); }

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