#628D7D

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

Shades of Patina #628D7D

Tints of Patina #628D7D

Color information

#628D7D (or 0x628D7D) is unknown color: approx Patina. HEX triplet: 62, 8D and 7D. RGB value is (98,141,125). Sum of RGB (Red+Green+Blue) = 98+141+125=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 141 - color contains mainly: green. Hex color #628D7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628D7D is #9D7282. Grayscale: #7E7E7E. Windows color (decimal): -10318467 or 8228194. OLE color: 8228194.

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

Color convert

RGB98141125-
CMYK0.3000.110.45
HSL157.67º17.99%46.86%-
HSV(B)157.67º30.5%55.29%-
XYZ18.2623.1322.9-
YUV126.32127.25107.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.92%
GREEN value IS 141 (55.47% from 255) = 38.74%
BLUE value IS 125 (49.22% from 255) = 34.34%
R=26.92%
G=38.74%
B=34.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981411250.3000.110.45157.6717.9946.86
Hex628D7D1E0B2D9e122f
Octal14221517536013552362257
Binary110001010001101111110111110010111011011001111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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