#628D7C

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

Shades of Patina #628D7C

Tints of Patina #628D7C

Color information

#628D7C (or 0x628D7C) is unknown color: approx Patina. HEX triplet: 62, 8D and 7C. RGB value is (98,141,124). Sum of RGB (Red+Green+Blue) = 98+141+124=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 141 - color contains mainly: green. Hex color #628D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628D7C is #9D7283. Grayscale: #7E7E7E. Windows color (decimal): -10318468 or 8162658. OLE color: 8162658.

HSL color Cylindrical-coordinate representation of color #628D7C: hue angle of 156.28º 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 #628D7C is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB98141124-
CMYK0.3000.120.45
HSL156.28º17.99%46.86%-
HSV(B)156.28º30.5%55.29%-
XYZ18.223.122.57-
YUV126.2126.75107.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.00%
GREEN value IS 141 (55.47% from 255) = 38.84%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=27.00%
G=38.84%
B=34.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981411240.3000.120.45156.2817.9946.86
Hex628D7C1E0C2D9c122f
Octal14221517436014552342257
Binary110001010001101111110011110011001011011001110010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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