#628E84

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

Shades of Patina #628E84

Tints of Patina #628E84

Color information

#628E84 (or 0x628E84) is unknown color: approx Patina. HEX triplet: 62, 8E and 84. RGB value is (98,142,132). Sum of RGB (Red+Green+Blue) = 98+142+132=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 142 - color contains mainly: green. Hex color #628E84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628E84 is #9D717B. Grayscale: #7F7F7F. Windows color (decimal): -10318204 or 8687202. OLE color: 8687202.

HSL color Cylindrical-coordinate representation of color #628E84: hue angle of 166.36º 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 #628E84 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB98142132-
CMYK0.3100.070.44
HSL166.36º18.33%47.06%-
HSV(B)166.36º30.99%55.69%-
XYZ18.8723.6125.39-
YUV127.7130.42106.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.34%
GREEN value IS 142 (55.86% from 255) = 38.17%
BLUE value IS 132 (51.95% from 255) = 35.48%
R=26.34%
G=38.17%
B=35.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981421320.3100.070.44166.3618.3347.06
Hex628E841F072Ca6122f
Octal1422162043707542462257
Binary110001010001110100001001111101111011001010011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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