#618D8A

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

Shades of Gumbo #618D8A

Tints of Gumbo #618D8A

Color information

#618D8A (or 0x618D8A) is unknown color: approx Gumbo. HEX triplet: 61, 8D and 8A. RGB value is (97,141,138). Sum of RGB (Red+Green+Blue) = 97+141+138=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 141 - color contains mainly: green. Hex color #618D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618D8A is #9E7275. Grayscale: #7F7F7F. Windows color (decimal): -10383990 or 9080161. OLE color: 9080161.

HSL color Cylindrical-coordinate representation of color #618D8A: hue angle of 175.91º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #618D8A is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB97141138-
CMYK0.3100.020.45
HSL175.91º18.49%46.67%-
HSV(B)175.91º31.21%55.29%-
XYZ19.0423.4327.56-
YUV127.5133.92106.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.80%
GREEN value IS 141 (55.47% from 255) = 37.5%
BLUE value IS 138 (54.30% from 255) = 36.70%
R=25.80%
G=37.5%
B=36.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971411380.3100.020.45175.9118.4946.67
Hex618D8A1F022Db0122f
Octal1412152123702552602257
Binary11000011000110110001010111110101011011011000010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618D8A; }

 p { color: rgb(97,141,138); }

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

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

 a { background-color: rgb(97,141,138); }

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

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

 span { border-color: rgb(97,141,138); }

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