Html Css Color HEX #62997C Patina

📋 copy color: '#62997C'

red 98 ◦ green 153 ◦ blue 124

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

Shades of Patina #62997C

Tints of Patina #62997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.8%

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

R = 26.13%
G = 40.8%
B = 33.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#62997C (or 0x62997C) is known color: Patina. HEX triplet: 62, 99 and 7C. RGB value is (98,153,124). Sum of RGB (Red+Green+Blue) = 98+153+124=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 153 - color contains mainly: green. Hex color #62997C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62997C is #9D6683. Grayscale: #858585. Windows color (decimal): -10315396 or 8165730. OLE color: 8165730.

HSL color Cylindrical-coordinate representation of color #62997C: hue angle of 148.36º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62997C is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 98 153 124 -
CMYK 0.36 0 0.19 0.4
HSL 148.36º 0.22% 0.49% -
HSV(B) 148.36º 0.36% 0.6% -
XYZ 20.07 26.83 23.19 -
YUV 133.25 122.78 102.86 -
System Red Green Blue C M Y K H S L
Decimal 98 153 124 0.36 0 0.19 0.4 148.36 0.22 0.49
Hex 62 99 7C 24 0 13 28 94 16 31
Octal 142 231 174 44 0 23 50 224 26 61
Binary 1100010 10011001 1111100 100100 0 10011 101000 10010100 10110 110001

Color Harmonies of #62997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62997C

Black with #62997C

Text Example


Text Example

White with #62997C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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