#668A88

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

Shades of Gumbo #668A88

Tints of Gumbo #668A88

Color information

#668A88 (or 0x668A88) is unknown color: approx Gumbo. HEX triplet: 66, 8A and 88. RGB value is (102,138,136). Sum of RGB (Red+Green+Blue) = 102+138+136=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 138 - color contains mainly: green. Hex color #668A88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668A88 is #997577. Grayscale: #7E7E7E. Windows color (decimal): -10057080 or 8948326. OLE color: 8948326.

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

Color convert

RGB102138136-
CMYK0.2600.010.46
HSL176.67º15%47.06%-
HSV(B)176.67º26.09%54.12%-
XYZ19.0122.7826.69-
YUV127.01133.07110.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.13%
GREEN value IS 138 (54.30% from 255) = 36.70%
BLUE value IS 136 (53.52% from 255) = 36.17%
R=27.13%
G=36.70%
B=36.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1021381360.2600.010.46176.671547.06
Hex668A881A012Eb1f2f
Octal1462122103201562611757
Binary110011010001010100010001101001101110101100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668A88; }

 p { color: rgb(102,138,136); }

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

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

 a { background-color: rgb(102,138,136); }

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

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

 span { border-color: rgb(102,138,136); }

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