#68918C

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

Shades of Gumbo #68918C

Tints of Gumbo #68918C

Color information

#68918C (or 0x68918C) is unknown color: approx Gumbo. HEX triplet: 68, 91 and 8C. RGB value is (104,145,140). Sum of RGB (Red+Green+Blue) = 104+145+140=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 145 - color contains mainly: green. Hex color #68918C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68918C is #976E73. Grayscale: #848484. Windows color (decimal): -9924212 or 9212264. OLE color: 9212264.

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

Color convert

RGB104145140-
CMYK0.2800.030.43
HSL172.68º16.47%48.82%-
HSV(B)172.68º28.28%56.86%-
XYZ20.5725.0928.57-
YUV132.17132.42107.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.74%
GREEN value IS 145 (57.03% from 255) = 37.28%
BLUE value IS 140 (55.08% from 255) = 35.99%
R=26.74%
G=37.28%
B=35.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041451400.2800.030.43172.6816.4748.82
Hex68918C1C032Bad1031
Octal1502212143403532552061
Binary11010001001000110001100111000111010111010110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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