#62917C

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

Shades of Patina #62917C

Tints of Patina #62917C

Color information

#62917C (or 0x62917C) is unknown color: approx Patina. HEX triplet: 62, 91 and 7C. RGB value is (98,145,124). Sum of RGB (Red+Green+Blue) = 98+145+124=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 145 - color contains mainly: green. Hex color #62917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62917C is #9D6E83. Grayscale: #808080. Windows color (decimal): -10317444 or 8163682. OLE color: 8163682.

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

Color convert

RGB98145124-
CMYK0.3200.140.43
HSL153.19º19.34%47.65%-
HSV(B)153.19º32.41%56.86%-
XYZ18.824.322.77-
YUV128.55125.43106.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.70%
GREEN value IS 145 (57.03% from 255) = 39.51%
BLUE value IS 124 (48.83% from 255) = 33.79%
R=26.70%
G=39.51%
B=33.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal981451240.3200.140.43153.1919.3447.65
Hex62917C200E2B991330
Octal14222117440016532312360
Binary1100010100100011111100100000011101010111001100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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