#66918B

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

Shades of Gumbo #66918B

Tints of Gumbo #66918B

Color information

#66918B (or 0x66918B) is unknown color: approx Gumbo. HEX triplet: 66, 91 and 8B. RGB value is (102,145,139). Sum of RGB (Red+Green+Blue) = 102+145+139=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 145 - color contains mainly: green. Hex color #66918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66918B is #996E74. Grayscale: #838383. Windows color (decimal): -10055285 or 9146726. OLE color: 9146726.

HSL color Cylindrical-coordinate representation of color #66918B: hue angle of 171.63º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66918B is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB102145139-
CMYK0.3000.040.43
HSL171.63º17.41%48.43%-
HSV(B)171.63º29.66%56.86%-
XYZ20.2724.9428.17-
YUV131.46132.25106.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.42%
GREEN value IS 145 (57.03% from 255) = 37.56%
BLUE value IS 139 (54.69% from 255) = 36.01%
R=26.42%
G=37.56%
B=36.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021451390.3000.040.43171.6317.4148.43
Hex66918B1E042Bac1130
Octal1462212133604532542160
Binary110011010010001100010111111001001010111010110010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66918B; }

 p { color: rgb(102,145,139); }

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

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

 a { background-color: rgb(102,145,139); }

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

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

 span { border-color: rgb(102,145,139); }

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