Html Css Color HEX #62A481 Patina

📋 copy color: '#62A481'

red 98 ◦ green 164 ◦ blue 129

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

Shades of Patina #62A481

Tints of Patina #62A481

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.94%

 BLUE value IS 129 (50.78% from 255) = 32.99%

R = 25.06%
G = 41.94%
B = 32.99%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#62A481 (or 0x62A481) is known color: Patina. HEX triplet: 62, A4 and 81. RGB value is (98,164,129). Sum of RGB (Red+Green+Blue) = 98+164+129=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 164 - color contains mainly: green. Hex color #62A481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A481 is #9D5B7E. Grayscale: #8C8C8C. Windows color (decimal): -10312575 or 8496226. OLE color: 8496226.

HSL color Cylindrical-coordinate representation of color #62A481: hue angle of 148.18º degrees, saturation: 0.27, 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 #62A481 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 98 164 129 -
CMYK 0.40 0 0.21 0.36
HSL 148.18º 0.27% 0.51% -
HSV(B) 148.18º 0.4% 0.64% -
XYZ 22.27 30.73 25.53 -
YUV 140.28 121.63 97.85 -
System Red Green Blue C M Y K H S L
Decimal 98 164 129 0.40 0 0.21 0.36 148.18 0.27 0.51
Hex 62 A4 81 28 0 15 24 94 1B 33
Octal 142 244 201 50 0 25 44 224 33 63
Binary 1100010 10100100 10000001 101000 0 10101 100100 10010100 11011 110011

Color Harmonies of #62A481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A481

Black with #62A481

Text Example


Text Example

White with #62A481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,164,129); }

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

background-color css

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

 a { background-color: rgb(98,164,129); }

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

border-color css

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

 span { border-color: rgb(98,164,129); }

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