#60928D

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

Shades of Gumbo #60928D

Tints of Gumbo #60928D

Color information

#60928D (or 0x60928D) is unknown color: approx Gumbo. HEX triplet: 60, 92 and 8D. RGB value is (96,146,141). Sum of RGB (Red+Green+Blue) = 96+146+141=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 146 - color contains mainly: green. Hex color #60928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60928D is #9F6D72. Grayscale: #828282. Windows color (decimal): -10448243 or 9278048. OLE color: 9278048.

HSL color Cylindrical-coordinate representation of color #60928D: hue angle of 174º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60928D is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB96146141-
CMYK0.3400.030.43
HSL174º20.66%47.45%-
HSV(B)174º34.25%57.25%-
XYZ19.9124.9728.97-
YUV130.48133.94103.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.07%
GREEN value IS 146 (57.42% from 255) = 38.12%
BLUE value IS 141 (55.47% from 255) = 36.81%
R=25.07%
G=38.12%
B=36.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961461410.3400.030.4317420.6647.45
Hex60928D22032Bae152f
Octal1402222154203532562557
Binary110000010010010100011011000100111010111010111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60928D; }

 p { color: rgb(96,146,141); }

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

<style>
 a { background-color: #60928D; }

 a { background-color: rgb(96,146,141); }

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

<style>
 span { border-color: #60928D; }

 span { border-color: rgb(96,146,141); }

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