#629F87

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

Shades of Patina #629F87

Tints of Patina #629F87

Color information

#629F87 (or 0x629F87) is unknown color: approx Patina. HEX triplet: 62, 9F and 87. RGB value is (98,159,135). Sum of RGB (Red+Green+Blue) = 98+159+135=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 159 - color contains mainly: green. Hex color #629F87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629F87 is #9D6078. Grayscale: #8A8A8A. Windows color (decimal): -10313849 or 8888162. OLE color: 8888162.

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

Color convert

RGB98159135-
CMYK0.3800.150.38
HSL156.39º24.11%50.39%-
HSV(B)156.39º38.36%62.35%-
XYZ21.8129.1427.4-
YUV138.02126.2999.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25%
GREEN value IS 159 (62.5% from 255) = 40.56%
BLUE value IS 135 (53.12% from 255) = 34.44%
R=25%
G=40.56%
B=34.44%

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
Decimal981591350.3800.150.38156.3924.1150.39
Hex629F87260F269c1832
Octal14223720746017462343062
Binary11000101001111110000111100110011111001101001110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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