#62A683

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

Shades of Patina #62A683

Tints of Patina #62A683

Color information

#62A683 (or 0x62A683) is unknown color: approx Patina. HEX triplet: 62, A6 and 83. RGB value is (98,166,131). Sum of RGB (Red+Green+Blue) = 98+166+131=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 166 - color contains mainly: green. Hex color #62A683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A683 is #9D597C. Grayscale: #8D8D8D. Windows color (decimal): -10312061 or 8627810. OLE color: 8627810.

HSL color Cylindrical-coordinate representation of color #62A683: hue angle of 149.12º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #62A683 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB98166131-
CMYK0.4100.210.35
HSL149.12º27.64%51.76%-
HSV(B)149.12º40.96%65.1%-
XYZ22.7731.5126.35-
YUV141.68121.9796.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.81%
GREEN value IS 166 (65.23% from 255) = 42.03%
BLUE value IS 131 (51.56% from 255) = 33.16%
R=24.81%
G=42.03%
B=33.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal981661310.4100.210.35149.1227.6451.76
Hex62A6832901523951c34
Octal14224620351025432253464
Binary110001010100110100000111010010101011000111001010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62A683; }

 p { color: rgb(98,166,131); }

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

<style>
 a { background-color: #62A683; }

 a { background-color: rgb(98,166,131); }

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

<style>
 span { border-color: #62A683; }

 span { border-color: rgb(98,166,131); }

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