#68928E

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

Shades of Gumbo #68928E

Tints of Gumbo #68928E

Color information

#68928E (or 0x68928E) is unknown color: approx Gumbo. HEX triplet: 68, 92 and 8E. RGB value is (104,146,142). Sum of RGB (Red+Green+Blue) = 104+146+142=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 146 - color contains mainly: green. Hex color #68928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68928E is #976D71. Grayscale: #848484. Windows color (decimal): -9923954 or 9343592. OLE color: 9343592.

HSL color Cylindrical-coordinate representation of color #68928E: hue angle of 174.29º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68928E is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB104146142-
CMYK0.2900.030.43
HSL174.29º16.8%49.02%-
HSV(B)174.29º28.77%57.25%-
XYZ20.8725.4529.4-
YUV132.99133.09107.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.53%
GREEN value IS 146 (57.42% from 255) = 37.24%
BLUE value IS 142 (55.86% from 255) = 36.22%
R=26.53%
G=37.24%
B=36.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041461420.2900.030.43174.2916.849.02
Hex68928E1D032Bae1131
Octal1502222163503532562161
Binary11010001001001010001110111010111010111010111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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