Html Css Color HEX #62A48A Patina

📋 copy color: '#62A48A'

red 98 ◦ green 164 ◦ blue 138

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

Shades of Patina #62A48A

Tints of Patina #62A48A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.5%

R = 24.5%
G = 41%
B = 34.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#62A48A (or 0x62A48A) is known color: Patina. HEX triplet: 62, A4 and 8A. RGB value is (98,164,138). Sum of RGB (Red+Green+Blue) = 98+164+138=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 164 - color contains mainly: green. Hex color #62A48A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A48A is #9D5B75. Grayscale: #8D8D8D. Windows color (decimal): -10312566 or 9086050. OLE color: 9086050.

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

Color convert

RGB 98 164 138 -
CMYK 0.40 0 0.16 0.36
HSL 156.36º 0.27% 0.51% -
HSV(B) 156.36º 0.4% 0.64% -
XYZ 22.9 30.98 28.82 -
YUV 141.3 126.13 97.11 -
System Red Green Blue C M Y K H S L
Decimal 98 164 138 0.40 0 0.16 0.36 156.36 0.27 0.51
Hex 62 A4 8A 28 0 10 24 9C 1B 33
Octal 142 244 212 50 0 20 44 234 33 63
Binary 1100010 10100100 10001010 101000 0 10000 100100 10011100 11011 110011

Color Harmonies of #62A48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A48A

Black with #62A48A

Text Example


Text Example

White with #62A48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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