#628E7A

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

Shades of Patina #628E7A

Tints of Patina #628E7A

Color information

#628E7A (or 0x628E7A) is unknown color: approx Patina. HEX triplet: 62, 8E and 7A. RGB value is (98,142,122). Sum of RGB (Red+Green+Blue) = 98+142+122=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 142 - color contains mainly: green. Hex color #628E7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628E7A is #9D7185. Grayscale: #7E7E7E. Windows color (decimal): -10318214 or 8031842. OLE color: 8031842.

HSL color Cylindrical-coordinate representation of color #628E7A: hue angle of 152.73º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #628E7A is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB98142122-
CMYK0.3100.140.44
HSL152.73º18.33%47.06%-
HSV(B)152.73º30.99%55.69%-
XYZ18.2223.3521.96-
YUV126.56125.42107.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.07%
GREEN value IS 142 (55.86% from 255) = 39.23%
BLUE value IS 122 (48.05% from 255) = 33.70%
R=27.07%
G=39.23%
B=33.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981421220.3100.140.44152.7318.3347.06
Hex628E7A1F0E2C99122f
Octal14221617237016542312257
Binary110001010001110111101011111011101011001001100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,142,122); }

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

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

 a { background-color: rgb(98,142,122); }

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

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

 span { border-color: rgb(98,142,122); }

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