#68968d

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

Shades of Gumbo #68968D

Tints of Gumbo #68968D

Color information

#68968D (or 0x68968D) is unknown color: approx Gumbo. HEX triplet: 68, 96 and 8D. RGB value is (104,150,141). Sum of RGB (Red+Green+Blue) = 104+150+141=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 150 - color contains mainly: green. Hex color #68968D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68968D is #976972. Grayscale: #878787. Windows color (decimal): -9922931 or 9279080. OLE color: 9279080.

HSL color Cylindrical-coordinate representation of color #68968D: hue angle of 168.26º 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 #68968D is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB104150141-
CMYK0.3100.060.41
HSL168.26º18.11%49.8%-
HSV(B)168.26º30.67%58.82%-
XYZ21.4226.6829.22-
YUV135.22131.26105.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.33%
GREEN value IS 150 (58.98% from 255) = 37.97%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=26.33%
G=37.97%
B=35.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041501410.3100.060.41168.2618.1149.8
Hex68968D1F0629a81232
Octal1502262153706512502262
Binary110100010010110100011011111101101010011010100010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68968d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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