Html Css Color HEX #62947C Patina

📋 copy color: '#62947C'

red 98 ◦ green 148 ◦ blue 124

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

Shades of Patina #62947C

Tints of Patina #62947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40%

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

R = 26.49%
G = 40%
B = 33.51%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#62947C (or 0x62947C) is known color: Patina. HEX triplet: 62, 94 and 7C. RGB value is (98,148,124). Sum of RGB (Red+Green+Blue) = 98+148+124=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #62947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62947C is #9D6B83. Grayscale: #828282. Windows color (decimal): -10316676 or 8164450. OLE color: 8164450.

HSL color Cylindrical-coordinate representation of color #62947C: hue angle of 151.2º degrees, saturation: 0.2, 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 #62947C is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 148 124 -
CMYK 0.34 0 0.16 0.42
HSL 151.2º 0.2% 0.48% -
HSV(B) 151.2º 0.34% 0.58% -
XYZ 19.27 25.23 22.92 -
YUV 130.31 124.44 104.95 -
System Red Green Blue C M Y K H S L
Decimal 98 148 124 0.34 0 0.16 0.42 151.2 0.2 0.48
Hex 62 94 7C 22 0 10 2A 97 14 30
Octal 142 224 174 42 0 20 52 227 24 60
Binary 1100010 10010100 1111100 100010 0 10000 101010 10010111 10100 110000

Color Harmonies of #62947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62947C

Black with #62947C

Text Example


Text Example

White with #62947C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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