#68988E

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

Shades of Gumbo #68988E

Tints of Gumbo #68988E

Color information

#68988E (or 0x68988E) is unknown color: approx Gumbo. HEX triplet: 68, 98 and 8E. RGB value is (104,152,142). Sum of RGB (Red+Green+Blue) = 104+152+142=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 152 - color contains mainly: green. Hex color #68988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68988E is #976771. Grayscale: #888888. Windows color (decimal): -9922418 or 9345128. OLE color: 9345128.

HSL color Cylindrical-coordinate representation of color #68988E: hue angle of 167.5º 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 #68988E is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB104152142-
CMYK0.3200.070.40
HSL167.5º18.9%50.2%-
HSV(B)167.5º31.58%59.61%-
XYZ21.8227.3529.72-
YUV136.51131.1104.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.13%
GREEN value IS 152 (59.77% from 255) = 38.19%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=26.13%
G=38.19%
B=35.68%

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
Decimal1041521420.3200.070.40167.518.950.2
Hex68988E200728a81332
Octal1502302164007502502362
Binary1101000100110001000111010000001111010001010100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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