#62867C

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

Shades of Patina #62867C

Tints of Patina #62867C

Color information

#62867C (or 0x62867C) is unknown color: approx Patina. HEX triplet: 62, 86 and 7C. RGB value is (98,134,124). Sum of RGB (Red+Green+Blue) = 98+134+124=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 134 - color contains mainly: green. Hex color #62867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62867C is #9D7983. Grayscale: #7A7A7A. Windows color (decimal): -10320260 or 8160866. OLE color: 8160866.

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

Color convert

RGB98134124-
CMYK0.2700.070.47
HSL163.33º15.52%45.49%-
HSV(B)163.33º26.87%52.55%-
XYZ17.221.122.24-
YUV122.1129.07110.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.53%
GREEN value IS 134 (52.73% from 255) = 37.64%
BLUE value IS 124 (48.83% from 255) = 34.83%
R=27.53%
G=37.64%
B=34.83%

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
Decimal981341240.2700.070.47163.3315.5245.49
Hex62867C1B072Fa3102d
Octal1422061743307572432055
Binary11000101000011011111001101101111011111010001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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