#60938C

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

Shades of Gumbo #60938C

Tints of Gumbo #60938C

Color information

#60938C (or 0x60938C) is unknown color: approx Gumbo. HEX triplet: 60, 93 and 8C. RGB value is (96,147,140). Sum of RGB (Red+Green+Blue) = 96+147+140=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 147 - color contains mainly: green. Hex color #60938C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60938C is #9F6C73. Grayscale: #828282. Windows color (decimal): -10447988 or 9212768. OLE color: 9212768.

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

Color convert

RGB96147140-
CMYK0.3500.050.42
HSL171.76º20.99%47.65%-
HSV(B)171.76º34.69%57.65%-
XYZ19.9925.2528.63-
YUV130.95133.1103.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.07%
GREEN value IS 147 (57.81% from 255) = 38.38%
BLUE value IS 140 (55.08% from 255) = 36.55%
R=25.07%
G=38.38%
B=36.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961471400.3500.050.42171.7620.9947.65
Hex60938C23052Aac1530
Octal1402232144305522542560
Binary1100000100100111000110010001101011010101010110010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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