#668986

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

Shades of Gumbo #668986

Tints of Gumbo #668986

Color information

#668986 (or 0x668986) is unknown color: approx Gumbo. HEX triplet: 66, 89 and 86. RGB value is (102,137,134). Sum of RGB (Red+Green+Blue) = 102+137+134=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 137 - color contains mainly: green. Hex color #668986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668986 is #997679. Grayscale: #7E7E7E. Windows color (decimal): -10057338 or 8816998. OLE color: 8816998.

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

Color convert

RGB102137134-
CMYK0.2600.020.46
HSL174.86º14.64%46.86%-
HSV(B)174.86º25.55%53.73%-
XYZ18.7322.4425.9-
YUV126.19132.4110.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.35%
GREEN value IS 137 (53.91% from 255) = 36.73%
BLUE value IS 134 (52.73% from 255) = 35.92%
R=27.35%
G=36.73%
B=35.92%

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
Decimal1021371340.2600.020.46174.8614.6446.86
Hex6689861A022Eaff2f
Octal1462112063202562571757
Binary1100110100010011000011011010010101110101011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668986; }

 p { color: rgb(102,137,134); }

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

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

 a { background-color: rgb(102,137,134); }

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

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

 span { border-color: rgb(102,137,134); }

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