#68958B

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

Shades of Gumbo #68958B

Tints of Gumbo #68958B

Color information

#68958B (or 0x68958B) is unknown color: approx Gumbo. HEX triplet: 68, 95 and 8B. RGB value is (104,149,139). Sum of RGB (Red+Green+Blue) = 104+149+139=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 149 - color contains mainly: green. Hex color #68958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68958B is #976A74. Grayscale: #868686. Windows color (decimal): -9923189 or 9147752. OLE color: 9147752.

HSL color Cylindrical-coordinate representation of color #68958B: hue angle of 166.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68958B is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB104149139-
CMYK0.3000.070.42
HSL166.67º17.79%49.61%-
HSV(B)166.67º30.2%58.43%-
XYZ21.1226.328.39-
YUV134.4130.59106.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.53%
GREEN value IS 149 (58.59% from 255) = 38.01%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=26.53%
G=38.01%
B=35.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041491390.3000.070.42166.6717.7949.61
Hex68958B1E072Aa71232
Octal1502252133607522472262
Binary110100010010101100010111111001111010101010011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68958B; }

 p { color: rgb(104,149,139); }

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

<style>
 a { background-color: #68958B; }

 a { background-color: rgb(104,149,139); }

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

<style>
 span { border-color: #68958B; }

 span { border-color: rgb(104,149,139); }

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