Html Css Color HEX #62977C Patina

📋 copy color: '#62977C'

red 98 ◦ green 151 ◦ blue 124

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

Shades of Patina #62977C

Tints of Patina #62977C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.48%

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

R = 26.27%
G = 40.48%
B = 33.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#62977C (or 0x62977C) is known color: Patina. HEX triplet: 62, 97 and 7C. RGB value is (98,151,124). Sum of RGB (Red+Green+Blue) = 98+151+124=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 151 - color contains mainly: green. Hex color #62977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62977C is #9D6883. Grayscale: #848484. Windows color (decimal): -10315908 or 8165218. OLE color: 8165218.

HSL color Cylindrical-coordinate representation of color #62977C: hue angle of 149.43º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #62977C is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 151 124 -
CMYK 0.35 0 0.18 0.41
HSL 149.43º 0.21% 0.49% -
HSV(B) 149.43º 0.35% 0.59% -
XYZ 19.74 26.19 23.08 -
YUV 132.08 123.44 103.7 -
System Red Green Blue C M Y K H S L
Decimal 98 151 124 0.35 0 0.18 0.41 149.43 0.21 0.49
Hex 62 97 7C 23 0 12 29 95 15 31
Octal 142 227 174 43 0 22 51 225 25 61
Binary 1100010 10010111 1111100 100011 0 10010 101001 10010101 10101 110001

Color Harmonies of #62977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62977C

Black with #62977C

Text Example


Text Example

White with #62977C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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