#668A87

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

Shades of Gumbo #668A87

Tints of Gumbo #668A87

Color information

#668A87 (or 0x668A87) is unknown color: approx Gumbo. HEX triplet: 66, 8A and 87. RGB value is (102,138,135). Sum of RGB (Red+Green+Blue) = 102+138+135=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 138 - color contains mainly: green. Hex color #668A87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668A87 is #997578. Grayscale: #7E7E7E. Windows color (decimal): -10057081 or 8882790. OLE color: 8882790.

HSL color Cylindrical-coordinate representation of color #668A87: hue angle of 175º 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 #668A87 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB102138135-
CMYK0.2600.020.46
HSL175º15%47.06%-
HSV(B)175º26.09%54.12%-
XYZ18.9422.7526.31-
YUV126.89132.57110.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.2%
GREEN value IS 138 (54.30% from 255) = 36.8%
BLUE value IS 135 (53.12% from 255) = 36%
R=27.2%
G=36.8%
B=36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1021381350.2600.020.461751547.06
Hex668A871A022Eaff2f
Octal1462122073202562571757
Binary1100110100010101000011111010010101110101011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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