Html Css Color HEX #62947D Patina

📋 copy color: '#62947D'

red 98 ◦ green 148 ◦ blue 125

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

Shades of Patina #62947D

Tints of Patina #62947D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.69%

R = 26.42%
G = 39.89%
B = 33.69%

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

#62947D (or 0x62947D) is known color: Patina. HEX triplet: 62, 94 and 7D. RGB value is (98,148,125). Sum of RGB (Red+Green+Blue) = 98+148+125=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #62947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62947D is #9D6B82. Grayscale: #828282. Windows color (decimal): -10316675 or 8229986. OLE color: 8229986.

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

Color convert

RGB 98 148 125 -
CMYK 0.34 0 0.16 0.42
HSL 152.4º 0.2% 0.48% -
HSV(B) 152.4º 0.34% 0.58% -
XYZ 19.33 25.26 23.26 -
YUV 130.43 124.94 104.87 -
System Red Green Blue C M Y K H S L
Decimal 98 148 125 0.34 0 0.16 0.42 152.4 0.2 0.48
Hex 62 94 7D 22 0 10 2A 98 14 30
Octal 142 224 175 42 0 20 52 230 24 60
Binary 1100010 10010100 1111101 100010 0 10000 101010 10011000 10100 110000

Color Harmonies of #62947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62947D

Black with #62947D

Text Example


Text Example

White with #62947D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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