#62897D

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

Shades of Patina #62897D

Tints of Patina #62897D

Color information

#62897D (or 0x62897D) is unknown color: approx Patina. HEX triplet: 62, 89 and 7D. RGB value is (98,137,125). Sum of RGB (Red+Green+Blue) = 98+137+125=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 137 - color contains mainly: green. Hex color #62897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62897D is #9D7682. Grayscale: #7B7B7B. Windows color (decimal): -10319491 or 8227170. OLE color: 8227170.

HSL color Cylindrical-coordinate representation of color #62897D: hue angle of 161.54º 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 #62897D is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB98137125-
CMYK0.2800.090.46
HSL161.54º16.6%46.08%-
HSV(B)161.54º28.47%53.73%-
XYZ17.6821.9722.71-
YUV123.97128.58109.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.22%
GREEN value IS 137 (53.91% from 255) = 38.06%
BLUE value IS 125 (49.22% from 255) = 34.72%
R=27.22%
G=38.06%
B=34.72%

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
Decimal981371250.2800.090.46161.5416.646.08
Hex62897D1C092Ea2112e
Octal14221117534011562422156
Binary110001010001001111110111100010011011101010001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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