#628780

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

Shades of Patina #628780

Tints of Patina #628780

Color information

#628780 (or 0x628780) is unknown color: approx Patina. HEX triplet: 62, 87 and 80. RGB value is (98,135,128). Sum of RGB (Red+Green+Blue) = 98+135+128=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 135 - color contains mainly: green. Hex color #628780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628780 is #9D787F. Grayscale: #7B7B7B. Windows color (decimal): -10320000 or 8423266. OLE color: 8423266.

HSL color Cylindrical-coordinate representation of color #628780: hue angle of 168.65º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #628780 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB98135128-
CMYK0.2700.050.47
HSL168.65º15.88%45.69%-
HSV(B)168.65º27.41%52.94%-
XYZ17.621.4823.64-
YUV123.14130.74110.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.15%
GREEN value IS 135 (53.12% from 255) = 37.40%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=27.15%
G=37.40%
B=35.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981351280.2700.050.47168.6515.8845.69
Hex6287801B052Fa9102e
Octal1422072003305572512056
Binary110001010000111100000001101101011011111010100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628780; }

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

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

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

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

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

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

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

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