#68968C

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

Shades of Gumbo #68968C

Tints of Gumbo #68968C

Color information

#68968C (or 0x68968C) is unknown color: approx Gumbo. HEX triplet: 68, 96 and 8C. RGB value is (104,150,140). Sum of RGB (Red+Green+Blue) = 104+150+140=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 150 - color contains mainly: green. Hex color #68968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68968C is #976973. Grayscale: #878787. Windows color (decimal): -9922932 or 9213544. OLE color: 9213544.

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

Color convert

RGB104150140-
CMYK0.3100.070.41
HSL166.96º18.11%49.8%-
HSV(B)166.96º30.67%58.82%-
XYZ21.3526.6528.83-
YUV135.11130.76105.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.40%
GREEN value IS 150 (58.98% from 255) = 38.07%
BLUE value IS 140 (55.08% from 255) = 35.53%
R=26.40%
G=38.07%
B=35.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041501400.3100.070.41166.9618.1149.8
Hex68968C1F0729a71232
Octal1502262143707512472262
Binary110100010010110100011001111101111010011010011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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