#68988D

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

Shades of Gumbo #68988D

Tints of Gumbo #68988D

Color information

#68988D (or 0x68988D) is unknown color: approx Gumbo. HEX triplet: 68, 98 and 8D. RGB value is (104,152,141). Sum of RGB (Red+Green+Blue) = 104+152+141=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 152 - color contains mainly: green. Hex color #68988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68988D is #976772. Grayscale: #888888. Windows color (decimal): -9922419 or 9279592. OLE color: 9279592.

HSL color Cylindrical-coordinate representation of color #68988D: hue angle of 166.25º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68988D is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB104152141-
CMYK0.3200.070.40
HSL166.25º18.9%50.2%-
HSV(B)166.25º31.58%59.61%-
XYZ21.7427.3229.33-
YUV136.39130.6104.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.20%
GREEN value IS 152 (59.77% from 255) = 38.29%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=26.20%
G=38.29%
B=35.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041521410.3200.070.40166.2518.950.2
Hex68988D200728a61332
Octal1502302154007502462362
Binary1101000100110001000110110000001111010001010011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68988D; }

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

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

<style>
 a { background-color: #68988D; }

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

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

<style>
 span { border-color: #68988D; }

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

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