#628E87

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

Shades of Patina #628E87

Tints of Patina #628E87

Color information

#628E87 (or 0x628E87) is unknown color: approx Patina. HEX triplet: 62, 8E and 87. RGB value is (98,142,135). Sum of RGB (Red+Green+Blue) = 98+142+135=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 142 - color contains mainly: green. Hex color #628E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628E87 is #9D7178. Grayscale: #808080. Windows color (decimal): -10318201 or 8883810. OLE color: 8883810.

HSL color Cylindrical-coordinate representation of color #628E87: hue angle of 170.45º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #628E87 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB98142135-
CMYK0.3100.050.44
HSL170.45º18.33%47.06%-
HSV(B)170.45º30.99%55.69%-
XYZ19.0823.6926.49-
YUV128.05131.92106.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.13%
GREEN value IS 142 (55.86% from 255) = 37.87%
BLUE value IS 135 (53.12% from 255) = 36%
R=26.13%
G=37.87%
B=36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981421350.3100.050.44170.4518.3347.06
Hex628E871F052Caa122f
Octal1422162073705542522257
Binary110001010001110100001111111101011011001010101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,142,135); }

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

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

 a { background-color: rgb(98,142,135); }

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

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

 span { border-color: rgb(98,142,135); }

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