#628E83

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

Shades of Patina #628E83

Tints of Patina #628E83

Color information

#628E83 (or 0x628E83) is unknown color: approx Patina. HEX triplet: 62, 8E and 83. RGB value is (98,142,131). Sum of RGB (Red+Green+Blue) = 98+142+131=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 142 - color contains mainly: green. Hex color #628E83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628E83 is #9D717C. Grayscale: #7F7F7F. Windows color (decimal): -10318205 or 8621666. OLE color: 8621666.

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

Color convert

RGB98142131-
CMYK0.3100.080.44
HSL165º18.33%47.06%-
HSV(B)165º30.99%55.69%-
XYZ18.8123.5825.03-
YUV127.59129.92106.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.42%
GREEN value IS 142 (55.86% from 255) = 38.27%
BLUE value IS 131 (51.56% from 255) = 35.31%
R=26.42%
G=38.27%
B=35.31%

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
Decimal981421310.3100.080.4416518.3347.06
Hex628E831F082Ca5122f
Octal14221620337010542452257
Binary1100010100011101000001111111010001011001010010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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