#68968F

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

Shades of Gumbo #68968F

Tints of Gumbo #68968F

Color information

#68968F (or 0x68968F) is unknown color: approx Gumbo. HEX triplet: 68, 96 and 8F. RGB value is (104,150,143). Sum of RGB (Red+Green+Blue) = 104+150+143=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 150 - color contains mainly: green. Hex color #68968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68968F is #976970. Grayscale: #878787. Windows color (decimal): -9922929 or 9410152. OLE color: 9410152.

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

Color convert

RGB104150143-
CMYK0.3100.050.41
HSL170.87º18.11%49.8%-
HSV(B)170.87º30.67%58.82%-
XYZ21.5726.7430.01-
YUV135.45132.26105.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.20%
GREEN value IS 150 (58.98% from 255) = 37.78%
BLUE value IS 143 (56.25% from 255) = 36.02%
R=26.20%
G=37.78%
B=36.02%

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
Decimal1041501430.3100.050.41170.8718.1149.8
Hex68968F1F0529ab1232
Octal1502262173705512532262
Binary110100010010110100011111111101011010011010101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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