Html Css Color HEX #62937C Patina

📋 copy color: '#62937C'

red 98 ◦ green 147 ◦ blue 124

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

Shades of Patina #62937C

Tints of Patina #62937C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.84%

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

R = 26.56%
G = 39.84%
B = 33.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#62937C (or 0x62937C) is known color: Patina. HEX triplet: 62, 93 and 7C. RGB value is (98,147,124). Sum of RGB (Red+Green+Blue) = 98+147+124=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #62937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62937C is #9D6C83. Grayscale: #818181. Windows color (decimal): -10316932 or 8164194. OLE color: 8164194.

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

Color convert

RGB 98 147 124 -
CMYK 0.33 0 0.16 0.42
HSL 151.84º 0.2% 0.48% -
HSV(B) 151.84º 0.33% 0.58% -
XYZ 19.11 24.92 22.87 -
YUV 129.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 98 147 124 0.33 0 0.16 0.42 151.84 0.2 0.48
Hex 62 93 7C 21 0 10 2A 98 14 30
Octal 142 223 174 41 0 20 52 230 24 60
Binary 1100010 10010011 1111100 100001 0 10000 101010 10011000 10100 110000

Color Harmonies of #62937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62937C

Black with #62937C

Text Example


Text Example

White with #62937C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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