#62897F

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

Shades of Patina #62897F

Tints of Patina #62897F

Color information

#62897F (or 0x62897F) is unknown color: approx Patina. HEX triplet: 62, 89 and 7F. RGB value is (98,137,127). Sum of RGB (Red+Green+Blue) = 98+137+127=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 137 - color contains mainly: green. Hex color #62897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62897F is #9D7680. Grayscale: #7C7C7C. Windows color (decimal): -10319489 or 8358242. OLE color: 8358242.

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

Color convert

RGB98137127-
CMYK0.2800.070.46
HSL164.62º16.6%46.08%-
HSV(B)164.62º28.47%53.73%-
XYZ17.8122.0223.39-
YUV124.2129.58109.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.07%
GREEN value IS 137 (53.91% from 255) = 37.85%
BLUE value IS 127 (50% from 255) = 35.08%
R=27.07%
G=37.85%
B=35.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal981371270.2800.070.46164.6216.646.08
Hex62897F1C072Ea5112e
Octal1422111773407562452156
Binary11000101000100111111111110001111011101010010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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