Html Css Color HEX #66938B Gumbo

📋 copy color: '#66938B'

red 102 ◦ green 147 ◦ blue 139

#66938B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gumbo #66938B

Tints of Gumbo #66938B

RGB

 RED value IS 102 (40.23% from 255) = 26.29%

 GREEN value IS 147 (57.81% from 255) = 37.89%

 BLUE value IS 139 (54.69% from 255) = 35.82%

R = 26.29%
G = 37.89%
B = 35.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#66938B (or 0x66938B) is known color: Gumbo. HEX triplet: 66, 93 and 8B. RGB value is (102,147,139). Sum of RGB (Red+Green+Blue) = 102+147+139=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 147 - color contains mainly: green. Hex color #66938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66938B is #996C74. Grayscale: #848484. Windows color (decimal): -10054773 or 9147238. OLE color: 9147238.

HSL color Cylindrical-coordinate representation of color #66938B: hue angle of 169.33º 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 #66938B is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 147 139 -
CMYK 0.31 0 0.05 0.42
HSL 169.33º 0.18% 0.49% -
HSV(B) 169.33º 0.31% 0.58% -
XYZ 20.57 25.56 28.27 -
YUV 132.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 102 147 139 0.31 0 0.05 0.42 169.33 0.18 0.49
Hex 66 93 8B 1F 0 5 2A A9 12 31
Octal 146 223 213 37 0 5 52 251 22 61
Binary 1100110 10010011 10001011 11111 0 101 101010 10101001 10010 110001

Color Harmonies of #66938B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66938B

Black with #66938B

Text Example


Text Example

White with #66938B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66938B;
 }
 .AnyTagClassName
 {
   color: #66938B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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