Html Css Color HEX #62A086 Patina

📋 copy color: '#62A086'

red 98 ◦ green 160 ◦ blue 134

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

Shades of Patina #62A086

Tints of Patina #62A086

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.82%

 BLUE value IS 134 (52.73% from 255) = 34.18%

R = 25%
G = 40.82%
B = 34.18%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#62A086 (or 0x62A086) is known color: Patina. HEX triplet: 62, A0 and 86. RGB value is (98,160,134). Sum of RGB (Red+Green+Blue) = 98+160+134=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 160 - color contains mainly: green. Hex color #62A086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A086 is #9D5F79. Grayscale: #8A8A8A. Windows color (decimal): -10313594 or 8822882. OLE color: 8822882.

HSL color Cylindrical-coordinate representation of color #62A086: hue angle of 154.84º 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 #62A086 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 98 160 134 -
CMYK 0.39 0 0.16 0.37
HSL 154.84º 0.25% 0.51% -
HSV(B) 154.84º 0.39% 0.63% -
XYZ 21.91 29.46 27.09 -
YUV 138.5 125.46 99.11 -
System Red Green Blue C M Y K H S L
Decimal 98 160 134 0.39 0 0.16 0.37 154.84 0.25 0.51
Hex 62 A0 86 27 0 10 25 9B 19 33
Octal 142 240 206 47 0 20 45 233 31 63
Binary 1100010 10100000 10000110 100111 0 10000 100101 10011011 11001 110011

Color Harmonies of #62A086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A086

Black with #62A086

Text Example


Text Example

White with #62A086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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