#62927F

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

Shades of Patina #62927F

Tints of Patina #62927F

Color information

#62927F (or 0x62927F) is unknown color: approx Patina. HEX triplet: 62, 92 and 7F. RGB value is (98,146,127). Sum of RGB (Red+Green+Blue) = 98+146+127=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #62927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62927F is #9D6D80. Grayscale: #818181. Windows color (decimal): -10317185 or 8360546. OLE color: 8360546.

HSL color Cylindrical-coordinate representation of color #62927F: hue angle of 156.25º 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 #62927F is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB98146127-
CMYK0.3300.130.43
HSL156.25º19.67%47.84%-
HSV(B)156.25º32.88%57.25%-
XYZ19.1524.6923.83-
YUV129.48126.6105.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.42%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 127 (50% from 255) = 34.23%
R=26.42%
G=39.35%
B=34.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal981461270.3300.130.43156.2519.6747.84
Hex62927F210D2B9c1430
Octal14222217741015532342460
Binary1100010100100101111111100001011011010111001110010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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