#62A090

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

Shades of Patina #62A090

Tints of Patina #62A090

Color information

#62A090 (or 0x62A090) is unknown color: approx Patina. HEX triplet: 62, A0 and 90. RGB value is (98,160,144). Sum of RGB (Red+Green+Blue) = 98+160+144=402 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.38% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 160 - color contains mainly: green. Hex color #62A090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A090 is #9D5F6F. Grayscale: #8B8B8B. Windows color (decimal): -10313584 or 9478242. OLE color: 9478242.

HSL color Cylindrical-coordinate representation of color #62A090: hue angle of 164.52º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #62A090 is Cyan = 0.39, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB98160144-
CMYK0.3900.10.37
HSL164.52º24.6%50.59%-
HSV(B)164.52º38.75%62.75%-
XYZ22.6429.7530.93-
YUV139.64130.4698.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.38%
GREEN value IS 160 (62.89% from 255) = 39.80%
BLUE value IS 144 (56.64% from 255) = 35.82%
R=24.38%
G=39.80%
B=35.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal981601440.3900.10.37164.5224.650.59
Hex62A090270A25a51933
Octal14224022047012452453163
Binary11000101010000010010000100111010101001011010010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,160,144); }

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

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

 a { background-color: rgb(98,160,144); }

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

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

 span { border-color: rgb(98,160,144); }

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