Html Css Color HEX #62897F Patina

📋 copy color: '#62897F'

red 98 ◦ green 137 ◦ blue 127

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

Shades of Patina #62897F

Tints of Patina #62897F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.08%

R = 27.07%
G = 37.85%
B = 35.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#62897F (or 0x62897F) is known color: Patina. HEX triplet: 62, 89 and 7F. RGB value is (98,137,127). Sum of RGB (Red+Green+Blue) = 98+137+127=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 137 - color contains mainly: green. Hex color #62897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62897F is #9D7680. Grayscale: #7C7C7C. Windows color (decimal): -10319489 or 8358242. OLE color: 8358242.

HSL color Cylindrical-coordinate representation of color #62897F: hue angle of 164.62º 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 #62897F is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 98 137 127 -
CMYK 0.28 0 0.07 0.46
HSL 164.62º 0.17% 0.46% -
HSV(B) 164.62º 0.28% 0.54% -
XYZ 17.81 22.02 23.39 -
YUV 124.2 129.58 109.31 -
System Red Green Blue C M Y K H S L
Decimal 98 137 127 0.28 0 0.07 0.46 164.62 0.17 0.46
Hex 62 89 7F 1C 0 7 2E A5 11 2E
Octal 142 211 177 34 0 7 56 245 21 56
Binary 1100010 10001001 1111111 11100 0 111 101110 10100101 10001 101110

Color Harmonies of #62897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62897F

Black with #62897F

Text Example


Text Example

White with #62897F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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