Html Css Color HEX #629682 Patina

📋 copy color: '#629682'

red 98 ◦ green 150 ◦ blue 130

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

Shades of Patina #629682

Tints of Patina #629682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.68%

 BLUE value IS 130 (51.17% from 255) = 34.39%

R = 25.93%
G = 39.68%
B = 34.39%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#629682 (or 0x629682) is known color: Patina. HEX triplet: 62, 96 and 82. RGB value is (98,150,130). Sum of RGB (Red+Green+Blue) = 98+150+130=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 150 - color contains mainly: green. Hex color #629682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629682 is #9D697D. Grayscale: #848484. Windows color (decimal): -10316158 or 8558178. OLE color: 8558178.

HSL color Cylindrical-coordinate representation of color #629682: hue angle of 156.92º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #629682 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 150 130 -
CMYK 0.35 0 0.13 0.41
HSL 156.92º 0.21% 0.49% -
HSV(B) 156.92º 0.35% 0.59% -
XYZ 19.97 26.02 25.09 -
YUV 132.17 126.77 103.63 -
System Red Green Blue C M Y K H S L
Decimal 98 150 130 0.35 0 0.13 0.41 156.92 0.21 0.49
Hex 62 96 82 23 0 D 29 9D 15 31
Octal 142 226 202 43 0 15 51 235 25 61
Binary 1100010 10010110 10000010 100011 0 1101 101001 10011101 10101 110001

Color Harmonies of #629682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629682

Black with #629682

Text Example


Text Example

White with #629682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629682; }

 p { color: rgb(98,150,130); }

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

background-color css

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

 a { background-color: rgb(98,150,130); }

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

border-color css

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

 span { border-color: rgb(98,150,130); }

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