#66968C

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

Shades of Gumbo #66968C

Tints of Gumbo #66968C

Color information

#66968C (or 0x66968C) is unknown color: approx Gumbo. HEX triplet: 66, 96 and 8C. RGB value is (102,150,140). Sum of RGB (Red+Green+Blue) = 102+150+140=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 150 - color contains mainly: green. Hex color #66968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66968C is #996973. Grayscale: #868686. Windows color (decimal): -10054004 or 9213542. OLE color: 9213542.

HSL color Cylindrical-coordinate representation of color #66968C: hue angle of 167.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66968C is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB102150140-
CMYK0.3200.070.41
HSL167.5º19.05%49.41%-
HSV(B)167.5º32%58.82%-
XYZ21.1226.5328.82-
YUV134.51131.1104.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.02%
GREEN value IS 150 (58.98% from 255) = 38.27%
BLUE value IS 140 (55.08% from 255) = 35.71%
R=26.02%
G=38.27%
B=35.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1021501400.3200.070.41167.519.0549.41
Hex66968C200729a81331
Octal1462262144007512502361
Binary1100110100101101000110010000001111010011010100010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66968C; }

 p { color: rgb(102,150,140); }

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

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

 a { background-color: rgb(102,150,140); }

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

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

 span { border-color: rgb(102,150,140); }

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