#628A80

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

Shades of Patina #628A80

Tints of Patina #628A80

Color information

#628A80 (or 0x628A80) is unknown color: approx Patina. HEX triplet: 62, 8A and 80. RGB value is (98,138,128). Sum of RGB (Red+Green+Blue) = 98+138+128=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 138 - color contains mainly: green. Hex color #628A80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628A80 is #9D757F. Grayscale: #7C7C7C. Windows color (decimal): -10319232 or 8424034. OLE color: 8424034.

HSL color Cylindrical-coordinate representation of color #628A80: hue angle of 165º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #628A80 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB98138128-
CMYK0.2900.070.46
HSL165º16.95%46.27%-
HSV(B)165º28.99%54.12%-
XYZ18.0222.3323.78-
YUV124.9129.75108.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.92%
GREEN value IS 138 (54.30% from 255) = 37.91%
BLUE value IS 128 (50.39% from 255) = 35.16%
R=26.92%
G=37.91%
B=35.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal981381280.2900.070.4616516.9546.27
Hex628A801D072Ea5112e
Octal1422122003507562452156
Binary110001010001010100000001110101111011101010010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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