Html Css Color HEX #62A289 Patina

📋 copy color: '#62A289'

red 98 ◦ green 162 ◦ blue 137

#62A289
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #62A289

Tints of Patina #62A289

RGB

 RED value IS 98 (38.67% from 255) = 24.69%

 GREEN value IS 162 (63.67% from 255) = 40.81%

 BLUE value IS 137 (53.91% from 255) = 34.51%

R = 24.69%
G = 40.81%
B = 34.51%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#62A289 (or 0x62A289) is known color: Patina. HEX triplet: 62, A2 and 89. RGB value is (98,162,137). Sum of RGB (Red+Green+Blue) = 98+162+137=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #62A289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A289 is #9D5D76. Grayscale: #8C8C8C. Windows color (decimal): -10313079 or 9020002. OLE color: 9020002.

HSL color Cylindrical-coordinate representation of color #62A289: hue angle of 156.56º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62A289 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 98 162 137 -
CMYK 0.40 0 0.15 0.36
HSL 156.56º 0.26% 0.51% -
HSV(B) 156.56º 0.4% 0.64% -
XYZ 22.47 30.24 28.32 -
YUV 140.01 126.3 98.03 -
System Red Green Blue C M Y K H S L
Decimal 98 162 137 0.40 0 0.15 0.36 156.56 0.26 0.51
Hex 62 A2 89 28 0 F 24 9D 1A 33
Octal 142 242 211 50 0 17 44 235 32 63
Binary 1100010 10100010 10001001 101000 0 1111 100100 10011101 11010 110011

Color Harmonies of #62A289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A289

Black with #62A289

Text Example


Text Example

White with #62A289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,162,137); }

 H1.HeaderClassName
 {
   color: #62A289;
 }
 .AnyTagClassName
 {
   color: #62A289;
 }
</style>

background-color css

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

 a { background-color: rgb(98,162,137); }

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

border-color css

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

 span { border-color: rgb(98,162,137); }

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