#62877D

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

Shades of Patina #62877D

Tints of Patina #62877D

Color information

#62877D (or 0x62877D) is unknown color: approx Patina. HEX triplet: 62, 87 and 7D. RGB value is (98,135,125). Sum of RGB (Red+Green+Blue) = 98+135+125=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 135 - color contains mainly: green. Hex color #62877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62877D is #9D7882. Grayscale: #7A7A7A. Windows color (decimal): -10320003 or 8226658. OLE color: 8226658.

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

Color convert

RGB98135125-
CMYK0.2700.070.47
HSL163.78º15.88%45.69%-
HSV(B)163.78º27.41%52.94%-
XYZ17.421.4122.62-
YUV122.8129.24110.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.37%
GREEN value IS 135 (53.12% from 255) = 37.71%
BLUE value IS 125 (49.22% from 255) = 34.92%
R=27.37%
G=37.71%
B=34.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981351250.2700.070.47163.7815.8845.69
Hex62877D1B072Fa4102e
Octal1422071753307572442056
Binary11000101000011111111011101101111011111010010010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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