Html Css Color HEX #66968C Gumbo

📋 copy color: '#66968C'

red 102 ◦ green 150 ◦ blue 140

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

Shades of Gumbo #66968C

Tints of Gumbo #66968C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.27%

 BLUE value IS 140 (55.08% from 255) = 35.71%

R = 26.02%
G = 38.27%
B = 35.71%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#66968C (or 0x66968C) is known color: Gumbo. HEX triplet: 66, 96 and 8C. RGB value is (102,150,140). Sum of RGB (Red+Green+Blue) = 102+150+140=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 150 - color contains mainly: green. Hex color #66968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66968C is #996973. Grayscale: #868686. Windows color (decimal): -10054004 or 9213542. OLE color: 9213542.

HSL color Cylindrical-coordinate representation of color #66968C: hue angle of 167.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66968C is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 150 140 -
CMYK 0.32 0 0.07 0.41
HSL 167.5º 0.19% 0.49% -
HSV(B) 167.5º 0.32% 0.59% -
XYZ 21.12 26.53 28.82 -
YUV 134.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 102 150 140 0.32 0 0.07 0.41 167.5 0.19 0.49
Hex 66 96 8C 20 0 7 29 A8 13 31
Octal 146 226 214 40 0 7 51 250 23 61
Binary 1100110 10010110 10001100 100000 0 111 101001 10101000 10011 110001

Color Harmonies of #66968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66968C

Black with #66968C

Text Example


Text Example

White with #66968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66968C; }

 p { color: rgb(102,150,140); }

 H1.HeaderClassName
 {
   color: #66968C;
 }
 .AnyTagClassName
 {
   color: #66968C;
 }
</style>

background-color css

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

 a { background-color: rgb(102,150,140); }

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

border-color css

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

 span { border-color: rgb(102,150,140); }

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