#628680

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

Shades of Patina #628680

Tints of Patina #628680

Color information

#628680 (or 0x628680) is unknown color: approx Patina. HEX triplet: 62, 86 and 80. RGB value is (98,134,128). Sum of RGB (Red+Green+Blue) = 98+134+128=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 134 - color contains mainly: green. Hex color #628680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628680 is #9D797F. Grayscale: #7A7A7A. Windows color (decimal): -10320256 or 8423010. OLE color: 8423010.

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

Color convert

RGB98134128-
CMYK0.2700.040.47
HSL170º15.52%45.49%-
HSV(B)170º26.87%52.55%-
XYZ17.4621.2123.59-
YUV122.55131.07110.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.22%
GREEN value IS 134 (52.73% from 255) = 37.22%
BLUE value IS 128 (50.39% from 255) = 35.56%
R=27.22%
G=37.22%
B=35.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981341280.2700.040.4717015.5245.49
Hex6286801B042Faa102d
Octal1422062003304572522055
Binary110001010000110100000001101101001011111010101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628680; }

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

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

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

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

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

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

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

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