#629E87

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

Shades of Patina #629E87

Tints of Patina #629E87

Color information

#629E87 (or 0x629E87) is unknown color: approx Patina. HEX triplet: 62, 9E and 87. RGB value is (98,158,135). Sum of RGB (Red+Green+Blue) = 98+158+135=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 158 - color contains mainly: green. Hex color #629E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629E87 is #9D6178. Grayscale: #898989. Windows color (decimal): -10314105 or 8887906. OLE color: 8887906.

HSL color Cylindrical-coordinate representation of color #629E87: hue angle of 157º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #629E87 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB98158135-
CMYK0.3800.150.38
HSL157º23.62%50.2%-
HSV(B)157º37.97%61.96%-
XYZ21.6428.827.34-
YUV137.44126.6299.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.06%
GREEN value IS 158 (62.11% from 255) = 40.41%
BLUE value IS 135 (53.12% from 255) = 34.53%
R=25.06%
G=40.41%
B=34.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981581350.3800.150.3815723.6250.2
Hex629E87260F269d1832
Octal14223620746017462353062
Binary11000101001111010000111100110011111001101001110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629E87; }

 p { color: rgb(98,158,135); }

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

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

 a { background-color: rgb(98,158,135); }

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

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

 span { border-color: rgb(98,158,135); }

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