Html Css Color HEX #62857F Patina

📋 copy color: '#62857F'

red 98 ◦ green 133 ◦ blue 127

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

Shades of Patina #62857F

Tints of Patina #62857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.15%

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

R = 27.37%
G = 37.15%
B = 35.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#62857F (or 0x62857F) is known color: Patina. HEX triplet: 62, 85 and 7F. RGB value is (98,133,127). Sum of RGB (Red+Green+Blue) = 98+133+127=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 133 - color contains mainly: green. Hex color #62857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62857F is #9D7A80. Grayscale: #797979. Windows color (decimal): -10320513 or 8357218. OLE color: 8357218.

HSL color Cylindrical-coordinate representation of color #62857F: hue angle of 169.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #62857F is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 133 127 -
CMYK 0.26 0 0.05 0.48
HSL 169.71º 0.15% 0.45% -
HSV(B) 169.71º 0.26% 0.52% -
XYZ 17.26 20.9 23.2 -
YUV 121.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 98 133 127 0.26 0 0.05 0.48 169.71 0.15 0.45
Hex 62 85 7F 1A 0 5 30 AA F 2D
Octal 142 205 177 32 0 5 60 252 17 55
Binary 1100010 10000101 1111111 11010 0 101 110000 10101010 1111 101101

Color Harmonies of #62857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62857F

Black with #62857F

Text Example


Text Example

White with #62857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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