#678B88

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

Shades of Gumbo #678B88

Tints of Gumbo #678B88

Color information

#678B88 (or 0x678B88) is unknown color: approx Gumbo. HEX triplet: 67, 8B and 88. RGB value is (103,139,136). Sum of RGB (Red+Green+Blue) = 103+139+136=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 139 - color contains mainly: green. Hex color #678B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678B88 is #987477. Grayscale: #7F7F7F. Windows color (decimal): -9991288 or 8948583. OLE color: 8948583.

HSL color Cylindrical-coordinate representation of color #678B88: hue angle of 175º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #678B88 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB103139136-
CMYK0.2600.020.45
HSL175º14.88%47.45%-
HSV(B)175º25.9%54.51%-
XYZ19.2723.1326.74-
YUV127.89132.57110.24-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.25%
GREEN value IS 139 (54.69% from 255) = 36.77%
BLUE value IS 136 (53.52% from 255) = 35.98%
R=27.25%
G=36.77%
B=35.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1031391360.2600.020.4517514.8847.45
Hex678B881A022Daff2f
Octal1472132103202552571757
Binary1100111100010111000100011010010101101101011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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