#66968E

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

Shades of Gumbo #66968E

Tints of Gumbo #66968E

Color information

#66968E (or 0x66968E) is unknown color: approx Gumbo. HEX triplet: 66, 96 and 8E. RGB value is (102,150,142). Sum of RGB (Red+Green+Blue) = 102+150+142=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 150 - color contains mainly: green. Hex color #66968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66968E is #996971. Grayscale: #868686. Windows color (decimal): -10054002 or 9344614. OLE color: 9344614.

HSL color Cylindrical-coordinate representation of color #66968E: hue angle of 170º 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 #66968E is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB102150142-
CMYK0.3200.050.41
HSL170º19.05%49.41%-
HSV(B)170º32%58.82%-
XYZ21.2726.5929.6-
YUV134.74132.1104.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.89%
GREEN value IS 150 (58.98% from 255) = 38.07%
BLUE value IS 142 (55.86% from 255) = 36.04%
R=25.89%
G=38.07%
B=36.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1021501420.3200.050.4117019.0549.41
Hex66968E200529aa1331
Octal1462262164005512522361
Binary1100110100101101000111010000001011010011010101010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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