#628F84

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

Shades of Patina #628F84

Tints of Patina #628F84

Color information

#628F84 (or 0x628F84) is unknown color: approx Patina. HEX triplet: 62, 8F and 84. RGB value is (98,143,132). Sum of RGB (Red+Green+Blue) = 98+143+132=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 143 - color contains mainly: green. Hex color #628F84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628F84 is #9D707B. Grayscale: #808080. Windows color (decimal): -10317948 or 8687458. OLE color: 8687458.

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

Color convert

RGB98143132-
CMYK0.3100.080.44
HSL165.33º18.67%47.25%-
HSV(B)165.33º31.47%56.08%-
XYZ19.0223.9125.44-
YUV128.29130.09106.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.27%
GREEN value IS 143 (56.25% from 255) = 38.34%
BLUE value IS 132 (51.95% from 255) = 35.39%
R=26.27%
G=38.34%
B=35.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981431320.3100.080.44165.3318.6747.25
Hex628F841F082Ca5132f
Octal14221720437010542452357
Binary1100010100011111000010011111010001011001010010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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