Html Css Color HEX #62887C Patina

📋 copy color: '#62887C'

red 98 ◦ green 136 ◦ blue 124

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

Shades of Patina #62887C

Tints of Patina #62887C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.99%

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

R = 27.37%
G = 37.99%
B = 34.64%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#62887C (or 0x62887C) is known color: Patina. HEX triplet: 62, 88 and 7C. RGB value is (98,136,124). Sum of RGB (Red+Green+Blue) = 98+136+124=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 136 - color contains mainly: green. Hex color #62887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62887C is #9D7783. Grayscale: #7B7B7B. Windows color (decimal): -10319748 or 8161378. OLE color: 8161378.

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

Color convert

RGB 98 136 124 -
CMYK 0.28 0 0.09 0.47
HSL 161.05º 0.16% 0.46% -
HSV(B) 161.05º 0.28% 0.53% -
XYZ 17.48 21.66 22.33 -
YUV 123.27 128.41 109.98 -
System Red Green Blue C M Y K H S L
Decimal 98 136 124 0.28 0 0.09 0.47 161.05 0.16 0.46
Hex 62 88 7C 1C 0 9 2F A1 10 2E
Octal 142 210 174 34 0 11 57 241 20 56
Binary 1100010 10001000 1111100 11100 0 1001 101111 10100001 10000 101110

Color Harmonies of #62887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62887C

Black with #62887C

Text Example


Text Example

White with #62887C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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