#62897C

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

Shades of Patina #62897C

Tints of Patina #62897C

Color information

#62897C (or 0x62897C) is unknown color: approx Patina. HEX triplet: 62, 89 and 7C. RGB value is (98,137,124). Sum of RGB (Red+Green+Blue) = 98+137+124=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 137 - color contains mainly: green. Hex color #62897C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62897C is #9D7683. Grayscale: #7B7B7B. Windows color (decimal): -10319492 or 8161634. OLE color: 8161634.

HSL color Cylindrical-coordinate representation of color #62897C: hue angle of 160º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #62897C is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB98137124-
CMYK0.2800.090.46
HSL160º16.6%46.08%-
HSV(B)160º28.47%53.73%-
XYZ17.6221.9422.38-
YUV123.86128.08109.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.30%
GREEN value IS 137 (53.91% from 255) = 38.16%
BLUE value IS 124 (48.83% from 255) = 34.54%
R=27.30%
G=38.16%
B=34.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal981371240.2800.090.4616016.646.08
Hex62897C1C092Ea0112e
Octal14221117434011562402156
Binary110001010001001111110011100010011011101010000010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62897C; }

 p { color: rgb(98,137,124); }

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

<style>
 a { background-color: #62897C; }

 a { background-color: rgb(98,137,124); }

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

<style>
 span { border-color: #62897C; }

 span { border-color: rgb(98,137,124); }

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