#628F88

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

Shades of Patina #628F88

Tints of Patina #628F88

Color information

#628F88 (or 0x628F88) is unknown color: approx Patina. HEX triplet: 62, 8F and 88. RGB value is (98,143,136). Sum of RGB (Red+Green+Blue) = 98+143+136=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 143 - color contains mainly: green. Hex color #628F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628F88 is #9D7077. Grayscale: #808080. Windows color (decimal): -10317944 or 8949602. OLE color: 8949602.

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

Color convert

RGB98143136-
CMYK0.3100.050.44
HSL170.67º18.67%47.25%-
HSV(B)170.67º31.47%56.08%-
XYZ19.324.0226.91-
YUV128.75132.09106.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.99%
GREEN value IS 143 (56.25% from 255) = 37.93%
BLUE value IS 136 (53.52% from 255) = 36.07%
R=25.99%
G=37.93%
B=36.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981431360.3100.050.44170.6718.6747.25
Hex628F881F052Cab132f
Octal1422172103705542532357
Binary110001010001111100010001111101011011001010101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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