#628881

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

Shades of Patina #628881

Tints of Patina #628881

Color information

#628881 (or 0x628881) is unknown color: approx Patina. HEX triplet: 62, 88 and 81. RGB value is (98,136,129). Sum of RGB (Red+Green+Blue) = 98+136+129=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 136 - color contains mainly: green. Hex color #628881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628881 is #9D777E. Grayscale: #7B7B7B. Windows color (decimal): -10319743 or 8489058. OLE color: 8489058.

HSL color Cylindrical-coordinate representation of color #628881: hue angle of 168.95º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #628881 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB98136129-
CMYK0.2800.050.47
HSL168.95º16.24%45.88%-
HSV(B)168.95º27.94%53.33%-
XYZ17.821.7924.04-
YUV123.84130.91109.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.00%
GREEN value IS 136 (53.52% from 255) = 37.47%
BLUE value IS 129 (50.78% from 255) = 35.54%
R=27.00%
G=37.47%
B=35.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981361290.2800.050.47168.9516.2445.88
Hex6288811C052Fa9102e
Octal1422102013405572512056
Binary110001010001000100000011110001011011111010100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628881; }

 p { color: rgb(98,136,129); }

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

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

 a { background-color: rgb(98,136,129); }

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

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

 span { border-color: rgb(98,136,129); }

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