#628D8A

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

Shades of Gumbo #628D8A

Tints of Gumbo #628D8A

Color information

#628D8A (or 0x628D8A) is unknown color: approx Gumbo. HEX triplet: 62, 8D and 8A. RGB value is (98,141,138). Sum of RGB (Red+Green+Blue) = 98+141+138=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 141 - color contains mainly: green. Hex color #628D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628D8A is #9D7275. Grayscale: #7F7F7F. Windows color (decimal): -10318454 or 9080162. OLE color: 9080162.

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

Color convert

RGB98141138-
CMYK0.3000.020.45
HSL175.81º17.99%46.86%-
HSV(B)175.81º30.5%55.29%-
XYZ19.1523.4827.57-
YUV127.8133.75106.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.99%
GREEN value IS 141 (55.47% from 255) = 37.40%
BLUE value IS 138 (54.30% from 255) = 36.60%
R=25.99%
G=37.40%
B=36.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981411380.3000.020.45175.8117.9946.86
Hex628D8A1E022Db0122f
Octal1422152123602552602257
Binary11000101000110110001010111100101011011011000010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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