#60968E

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

Shades of Gumbo #60968E

Tints of Gumbo #60968E

Color information

#60968E (or 0x60968E) is unknown color: approx Gumbo. HEX triplet: 60, 96 and 8E. RGB value is (96,150,142). Sum of RGB (Red+Green+Blue) = 96+150+142=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 150 - color contains mainly: green. Hex color #60968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60968E is #9F6971. Grayscale: #848484. Windows color (decimal): -10447218 or 9344608. OLE color: 9344608.

HSL color Cylindrical-coordinate representation of color #60968E: hue angle of 171.11º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60968E is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB96150142-
CMYK0.3600.050.41
HSL171.11º21.95%48.24%-
HSV(B)171.11º36%58.82%-
XYZ20.6126.2529.57-
YUV132.94133.11101.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.74%
GREEN value IS 150 (58.98% from 255) = 38.66%
BLUE value IS 142 (55.86% from 255) = 36.60%
R=24.74%
G=38.66%
B=36.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal961501420.3600.050.41171.1121.9548.24
Hex60968E240529ab1630
Octal1402262164405512532660
Binary1100000100101101000111010010001011010011010101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,150,142); }

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

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

 a { background-color: rgb(96,150,142); }

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

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

 span { border-color: rgb(96,150,142); }

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