#628D80

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

Shades of Patina #628D80

Tints of Patina #628D80

Color information

#628D80 (or 0x628D80) is unknown color: approx Patina. HEX triplet: 62, 8D and 80. RGB value is (98,141,128). Sum of RGB (Red+Green+Blue) = 98+141+128=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 141 - color contains mainly: green. Hex color #628D80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628D80 is #9D727F. Grayscale: #7E7E7E. Windows color (decimal): -10318464 or 8424802. OLE color: 8424802.

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

Color convert

RGB98141128-
CMYK0.3000.090.45
HSL161.86º17.99%46.86%-
HSV(B)161.86º30.5%55.29%-
XYZ18.4623.223.93-
YUV126.66128.75107.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.70%
GREEN value IS 141 (55.47% from 255) = 38.42%
BLUE value IS 128 (50.39% from 255) = 34.88%
R=26.70%
G=38.42%
B=34.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981411280.3000.090.45161.8617.9946.86
Hex628D801E092Da2122f
Octal14221520036011552422257
Binary1100010100011011000000011110010011011011010001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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