#68938C

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

Shades of Gumbo #68938C

Tints of Gumbo #68938C

Color information

#68938C (or 0x68938C) is unknown color: approx Gumbo. HEX triplet: 68, 93 and 8C. RGB value is (104,147,140). Sum of RGB (Red+Green+Blue) = 104+147+140=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 147 - color contains mainly: green. Hex color #68938C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68938C is #976C73. Grayscale: #858585. Windows color (decimal): -9923700 or 9212776. OLE color: 9212776.

HSL color Cylindrical-coordinate representation of color #68938C: hue angle of 170.23º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68938C is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB104147140-
CMYK0.2900.050.42
HSL170.23º17.13%49.22%-
HSV(B)170.23º29.25%57.65%-
XYZ20.8825.728.67-
YUV133.34131.75107.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.60%
GREEN value IS 147 (57.81% from 255) = 37.60%
BLUE value IS 140 (55.08% from 255) = 35.81%
R=26.60%
G=37.60%
B=35.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041471400.2900.050.42170.2317.1349.22
Hex68938C1D052Aaa1131
Octal1502232143505522522161
Binary110100010010011100011001110101011010101010101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68938C; }

 p { color: rgb(104,147,140); }

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

<style>
 a { background-color: #68938C; }

 a { background-color: rgb(104,147,140); }

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

<style>
 span { border-color: #68938C; }

 span { border-color: rgb(104,147,140); }

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