#68968E

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

Shades of Gumbo #68968E

Tints of Gumbo #68968E

Color information

#68968E (or 0x68968E) is unknown color: approx Gumbo. HEX triplet: 68, 96 and 8E. RGB value is (104,150,142). Sum of RGB (Red+Green+Blue) = 104+150+142=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 150 - color contains mainly: green. Hex color #68968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68968E is #976971. Grayscale: #878787. Windows color (decimal): -9922930 or 9344616. OLE color: 9344616.

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

Color convert

RGB104150142-
CMYK0.3100.050.41
HSL169.57º18.11%49.8%-
HSV(B)169.57º30.67%58.82%-
XYZ21.526.7129.61-
YUV135.33131.76105.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.26%
GREEN value IS 150 (58.98% from 255) = 37.88%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=26.26%
G=37.88%
B=35.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041501420.3100.050.41169.5718.1149.8
Hex68968E1F0529aa1232
Octal1502262163705512522262
Binary110100010010110100011101111101011010011010101010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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