#618682

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

Shades of Gumbo #618682

Tints of Gumbo #618682

Color information

#618682 (or 0x618682) is unknown color: approx Gumbo. HEX triplet: 61, 86 and 82. RGB value is (97,134,130). Sum of RGB (Red+Green+Blue) = 97+134+130=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 134 - color contains mainly: green. Hex color #618682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618682 is #9E797D. Grayscale: #7A7A7A. Windows color (decimal): -10385790 or 8554081. OLE color: 8554081.

HSL color Cylindrical-coordinate representation of color #618682: hue angle of 173.51º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #618682 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB97134130-
CMYK0.2800.030.47
HSL173.51º16.02%45.29%-
HSV(B)173.51º27.61%52.55%-
XYZ17.4821.224.29-
YUV122.48132.24109.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.87%
GREEN value IS 134 (52.73% from 255) = 37.12%
BLUE value IS 130 (51.17% from 255) = 36.01%
R=26.87%
G=37.12%
B=36.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971341300.2800.030.47173.5116.0245.29
Hex6186821C032Fae102d
Octal1412062023403572562055
Binary11000011000011010000010111000111011111010111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618682; }

 p { color: rgb(97,134,130); }

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

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

 a { background-color: rgb(97,134,130); }

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

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

 span { border-color: rgb(97,134,130); }

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