#62927C

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

Shades of Patina #62927C

Tints of Patina #62927C

Color information

#62927C (or 0x62927C) is unknown color: approx Patina. HEX triplet: 62, 92 and 7C. RGB value is (98,146,124). Sum of RGB (Red+Green+Blue) = 98+146+124=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 146 - color contains mainly: green. Hex color #62927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62927C is #9D6D83. Grayscale: #818181. Windows color (decimal): -10317188 or 8163938. OLE color: 8163938.

HSL color Cylindrical-coordinate representation of color #62927C: hue angle of 152.5º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #62927C is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB98146124-
CMYK0.3300.150.43
HSL152.5º19.67%47.84%-
HSV(B)152.5º32.88%57.25%-
XYZ18.9524.6122.82-
YUV129.14125.1105.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.63%
GREEN value IS 146 (57.42% from 255) = 39.67%
BLUE value IS 124 (48.83% from 255) = 33.70%
R=26.63%
G=39.67%
B=33.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal981461240.3300.150.43152.519.6747.84
Hex62927C210F2B981430
Octal14222217441017532302460
Binary1100010100100101111100100001011111010111001100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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