#629F88

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

Shades of Patina #629F88

Tints of Patina #629F88

Color information

#629F88 (or 0x629F88) is unknown color: approx Patina. HEX triplet: 62, 9F and 88. RGB value is (98,159,136). Sum of RGB (Red+Green+Blue) = 98+159+136=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 159 - color contains mainly: green. Hex color #629F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629F88 is #9D6077. Grayscale: #8A8A8A. Windows color (decimal): -10313848 or 8953698. OLE color: 8953698.

HSL color Cylindrical-coordinate representation of color #629F88: hue angle of 157.38º 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 #629F88 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB98159136-
CMYK0.3800.140.38
HSL157.38º24.11%50.39%-
HSV(B)157.38º38.36%62.35%-
XYZ21.8829.1727.77-
YUV138.14126.7999.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.94%
GREEN value IS 159 (62.5% from 255) = 40.46%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=24.94%
G=40.46%
B=34.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981591360.3800.140.38157.3824.1150.39
Hex629F88260E269d1832
Octal14223721046016462353062
Binary11000101001111110001000100110011101001101001110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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