Html Css Color HEX #62957C Patina

📋 copy color: '#62957C'

red 98 ◦ green 149 ◦ blue 124

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

Shades of Patina #62957C

Tints of Patina #62957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.16%

 BLUE value IS 124 (48.83% from 255) = 33.42%

R = 26.42%
G = 40.16%
B = 33.42%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#62957C (or 0x62957C) is known color: Patina. HEX triplet: 62, 95 and 7C. RGB value is (98,149,124). Sum of RGB (Red+Green+Blue) = 98+149+124=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #62957C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62957C is #9D6A83. Grayscale: #828282. Windows color (decimal): -10316420 or 8164706. OLE color: 8164706.

HSL color Cylindrical-coordinate representation of color #62957C: hue angle of 150.59º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #62957C is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 149 124 -
CMYK 0.34 0 0.17 0.42
HSL 150.59º 0.21% 0.48% -
HSV(B) 150.59º 0.34% 0.58% -
XYZ 19.42 25.55 22.98 -
YUV 130.9 124.1 104.53 -
System Red Green Blue C M Y K H S L
Decimal 98 149 124 0.34 0 0.17 0.42 150.59 0.21 0.48
Hex 62 95 7C 22 0 11 2A 97 15 30
Octal 142 225 174 42 0 21 52 227 25 60
Binary 1100010 10010101 1111100 100010 0 10001 101010 10010111 10101 110000

Color Harmonies of #62957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62957C

Black with #62957C

Text Example


Text Example

White with #62957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62957C; }

 p { color: rgb(98,149,124); }

 H1.HeaderClassName
 {
   color: #62957C;
 }
 .AnyTagClassName
 {
   color: #62957C;
 }
</style>

background-color css

<style>
 a { background-color: #62957C; }

 a { background-color: rgb(98,149,124); }

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

border-color css

<style>
 span { border-color: #62957C; }

 span { border-color: rgb(98,149,124); }

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