Html Css Color HEX #62A685 Patina

📋 copy color: '#62A685'

red 98 ◦ green 166 ◦ blue 133

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

Shades of Patina #62A685

Tints of Patina #62A685

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.81%

 BLUE value IS 133 (52.34% from 255) = 33.5%

R = 24.69%
G = 41.81%
B = 33.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#62A685 (or 0x62A685) is known color: Patina. HEX triplet: 62, A6 and 85. RGB value is (98,166,133). Sum of RGB (Red+Green+Blue) = 98+166+133=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 166 - color contains mainly: green. Hex color #62A685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A685 is #9D597A. Grayscale: #8D8D8D. Windows color (decimal): -10312059 or 8758882. OLE color: 8758882.

HSL color Cylindrical-coordinate representation of color #62A685: hue angle of 150.88º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #62A685 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 98 166 133 -
CMYK 0.41 0 0.20 0.35
HSL 150.88º 0.28% 0.52% -
HSV(B) 150.88º 0.41% 0.65% -
XYZ 22.91 31.56 27.08 -
YUV 141.91 122.97 96.68 -
System Red Green Blue C M Y K H S L
Decimal 98 166 133 0.41 0 0.20 0.35 150.88 0.28 0.52
Hex 62 A6 85 29 0 14 23 97 1C 34
Octal 142 246 205 51 0 24 43 227 34 64
Binary 1100010 10100110 10000101 101001 0 10100 100011 10010111 11100 110100

Color Harmonies of #62A685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A685

Black with #62A685

Text Example


Text Example

White with #62A685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62A685; }

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

 H1.HeaderClassName
 {
   color: #62A685;
 }
 .AnyTagClassName
 {
   color: #62A685;
 }
</style>

background-color css

<style>
 a { background-color: #62A685; }

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

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

border-color css

<style>
 span { border-color: #62A685; }

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

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