#68938E

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

Shades of Gumbo #68938E

Tints of Gumbo #68938E

Color information

#68938E (or 0x68938E) is unknown color: approx Gumbo. HEX triplet: 68, 93 and 8E. RGB value is (104,147,142). Sum of RGB (Red+Green+Blue) = 104+147+142=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 147 - color contains mainly: green. Hex color #68938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68938E is #976C71. Grayscale: #858585. Windows color (decimal): -9923698 or 9343848. OLE color: 9343848.

HSL color Cylindrical-coordinate representation of color #68938E: hue angle of 173.02º 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 #68938E is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB104147142-
CMYK0.2900.030.42
HSL173.02º17.13%49.22%-
HSV(B)173.02º29.25%57.65%-
XYZ21.0325.7629.46-
YUV133.57132.75106.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.46%
GREEN value IS 147 (57.81% from 255) = 37.40%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=26.46%
G=37.40%
B=36.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041471420.2900.030.42173.0217.1349.22
Hex68938E1D032Aad1131
Octal1502232163503522552161
Binary11010001001001110001110111010111010101010110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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