#678F88

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

Shades of Gumbo #678F88

Tints of Gumbo #678F88

Color information

#678F88 (or 0x678F88) is unknown color: approx Gumbo. HEX triplet: 67, 8F and 88. RGB value is (103,143,136). Sum of RGB (Red+Green+Blue) = 103+143+136=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 143 - color contains mainly: green. Hex color #678F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678F88 is #987077. Grayscale: #828282. Windows color (decimal): -9990264 or 8949607. OLE color: 8949607.

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

Color convert

RGB103143136-
CMYK0.2800.050.44
HSL169.5º16.26%48.24%-
HSV(B)169.5º27.97%56.08%-
XYZ19.8624.3126.94-
YUV130.24131.25108.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.96%
GREEN value IS 143 (56.25% from 255) = 37.43%
BLUE value IS 136 (53.52% from 255) = 35.60%
R=26.96%
G=37.43%
B=35.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1031431360.2800.050.44169.516.2648.24
Hex678F881C052Ca91030
Octal1472172103405542512060
Binary110011110001111100010001110001011011001010100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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