Html Css Color HEX #62897C Patina

📋 copy color: '#62897C'

red 98 ◦ green 137 ◦ blue 124

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

Shades of Patina #62897C

Tints of Patina #62897C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.16%

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

R = 27.3%
G = 38.16%
B = 34.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#62897C (or 0x62897C) is known color: Patina. HEX triplet: 62, 89 and 7C. RGB value is (98,137,124). Sum of RGB (Red+Green+Blue) = 98+137+124=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 137 - color contains mainly: green. Hex color #62897C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62897C is #9D7683. Grayscale: #7B7B7B. Windows color (decimal): -10319492 or 8161634. OLE color: 8161634.

HSL color Cylindrical-coordinate representation of color #62897C: hue angle of 160º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #62897C is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 98 137 124 -
CMYK 0.28 0 0.09 0.46
HSL 160º 0.17% 0.46% -
HSV(B) 160º 0.28% 0.54% -
XYZ 17.62 21.94 22.38 -
YUV 123.86 128.08 109.56 -
System Red Green Blue C M Y K H S L
Decimal 98 137 124 0.28 0 0.09 0.46 160 0.17 0.46
Hex 62 89 7C 1C 0 9 2E A0 11 2E
Octal 142 211 174 34 0 11 56 240 21 56
Binary 1100010 10001001 1111100 11100 0 1001 101110 10100000 10001 101110

Color Harmonies of #62897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62897C

Black with #62897C

Text Example


Text Example

White with #62897C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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