#629F82

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

Shades of Patina #629F82

Tints of Patina #629F82

Color information

#629F82 (or 0x629F82) is unknown color: approx Patina. HEX triplet: 62, 9F and 82. RGB value is (98,159,130). Sum of RGB (Red+Green+Blue) = 98+159+130=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 159 - color contains mainly: green. Hex color #629F82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629F82 is #9D607D. Grayscale: #898989. Windows color (decimal): -10313854 or 8560482. OLE color: 8560482.

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

Color convert

RGB98159130-
CMYK0.3800.180.38
HSL151.48º24.11%50.39%-
HSV(B)151.48º38.36%62.35%-
XYZ21.462925.59-
YUV137.45123.7999.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.32%
GREEN value IS 159 (62.5% from 255) = 41.09%
BLUE value IS 130 (51.17% from 255) = 33.59%
R=25.32%
G=41.09%
B=33.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981591300.3800.180.38151.4824.1150.39
Hex629F822601226971832
Octal14223720246022462273062
Binary110001010011111100000101001100100101001101001011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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