#62887F

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

Shades of Patina #62887F

Tints of Patina #62887F

Color information

#62887F (or 0x62887F) is unknown color: approx Patina. HEX triplet: 62, 88 and 7F. RGB value is (98,136,127). Sum of RGB (Red+Green+Blue) = 98+136+127=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 136 - color contains mainly: green. Hex color #62887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62887F is #9D7780. Grayscale: #7B7B7B. Windows color (decimal): -10319745 or 8357986. OLE color: 8357986.

HSL color Cylindrical-coordinate representation of color #62887F: hue angle of 165.79º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #62887F is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB98136127-
CMYK0.2800.070.47
HSL165.79º16.24%45.88%-
HSV(B)165.79º27.94%53.33%-
XYZ17.6721.7423.34-
YUV123.61129.91109.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.15%
GREEN value IS 136 (53.52% from 255) = 37.67%
BLUE value IS 127 (50% from 255) = 35.18%
R=27.15%
G=37.67%
B=35.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981361270.2800.070.47165.7916.2445.88
Hex62887F1C072Fa6102e
Octal1422101773407572462056
Binary11000101000100011111111110001111011111010011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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