#669C92

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

Shades of Gumbo #669C92

Tints of Gumbo #669C92

Color information

#669C92 (or 0x669C92) is unknown color: approx Gumbo. HEX triplet: 66, 9C and 92. RGB value is (102,156,146). Sum of RGB (Red+Green+Blue) = 102+156+146=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 156 - color contains mainly: green. Hex color #669C92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669C92 is #99636D. Grayscale: #8A8A8A. Windows color (decimal): -10052462 or 9608294. OLE color: 9608294.

HSL color Cylindrical-coordinate representation of color #669C92: hue angle of 168.89º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669C92 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB102156146-
CMYK0.3500.060.39
HSL168.89º21.43%50.59%-
HSV(B)168.89º34.62%61.18%-
XYZ22.5628.6831.54-
YUV138.71132.11101.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.25%
GREEN value IS 156 (61.33% from 255) = 38.61%
BLUE value IS 146 (57.42% from 255) = 36.14%
R=25.25%
G=38.61%
B=36.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021561460.3500.060.39168.8921.4350.59
Hex669C92230627a91533
Octal1462342224306472512563
Binary1100110100111001001001010001101101001111010100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669C92; }

 p { color: rgb(102,156,146); }

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

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

 a { background-color: rgb(102,156,146); }

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

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

 span { border-color: rgb(102,156,146); }

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