#66938A

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

Shades of Gumbo #66938A

Tints of Gumbo #66938A

Color information

#66938A (or 0x66938A) is unknown color: approx Gumbo. HEX triplet: 66, 93 and 8A. RGB value is (102,147,138). Sum of RGB (Red+Green+Blue) = 102+147+138=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 147 - color contains mainly: green. Hex color #66938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66938A is #996C75. Grayscale: #848484. Windows color (decimal): -10054774 or 9081702. OLE color: 9081702.

HSL color Cylindrical-coordinate representation of color #66938A: hue angle of 168º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #66938A is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB102147138-
CMYK0.3100.060.42
HSL168º18.07%48.82%-
HSV(B)168º30.61%57.65%-
XYZ20.525.5327.89-
YUV132.52131.09106.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.36%
GREEN value IS 147 (57.81% from 255) = 37.98%
BLUE value IS 138 (54.30% from 255) = 35.66%
R=26.36%
G=37.98%
B=35.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021471380.3100.060.4216818.0748.82
Hex66938A1F062Aa81231
Octal1462232123706522502261
Binary110011010010011100010101111101101010101010100010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66938A; }

 p { color: rgb(102,147,138); }

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

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

 a { background-color: rgb(102,147,138); }

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

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

 span { border-color: rgb(102,147,138); }

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