#678988

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

Shades of Gumbo #678988

Tints of Gumbo #678988

Color information

#678988 (or 0x678988) is unknown color: approx Gumbo. HEX triplet: 67, 89 and 88. RGB value is (103,137,136). Sum of RGB (Red+Green+Blue) = 103+137+136=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 137 - color contains mainly: green. Hex color #678988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678988 is #987677. Grayscale: #7E7E7E. Windows color (decimal): -9991800 or 8948071. OLE color: 8948071.

HSL color Cylindrical-coordinate representation of color #678988: hue angle of 178.24º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #678988 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB103137136-
CMYK0.2500.010.46
HSL178.24º14.17%47.06%-
HSV(B)178.24º24.82%53.73%-
XYZ18.9822.5526.65-
YUV126.72133.24111.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.39%
GREEN value IS 137 (53.91% from 255) = 36.44%
BLUE value IS 136 (53.52% from 255) = 36.17%
R=27.39%
G=36.44%
B=36.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1031371360.2500.010.46178.2414.1747.06
Hex67898819012Eb2e2f
Octal1472112103101562621657
Binary110011110001001100010001100101101110101100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678988; }

 p { color: rgb(103,137,136); }

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

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

 a { background-color: rgb(103,137,136); }

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

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

 span { border-color: rgb(103,137,136); }

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