Html Css Color HEX #629680 Patina

📋 copy color: '#629680'

red 98 ◦ green 150 ◦ blue 128

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

Shades of Patina #629680

Tints of Patina #629680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.04%

R = 26.06%
G = 39.89%
B = 34.04%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#629680 (or 0x629680) is known color: Patina. HEX triplet: 62, 96 and 80. RGB value is (98,150,128). Sum of RGB (Red+Green+Blue) = 98+150+128=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 150 - color contains mainly: green. Hex color #629680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629680 is #9D697F. Grayscale: #838383. Windows color (decimal): -10316160 or 8427106. OLE color: 8427106.

HSL color Cylindrical-coordinate representation of color #629680: hue angle of 154.62º 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 #629680 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 150 128 -
CMYK 0.35 0 0.15 0.41
HSL 154.62º 0.21% 0.49% -
HSV(B) 154.62º 0.35% 0.59% -
XYZ 19.84 25.97 24.39 -
YUV 131.94 125.77 103.79 -
System Red Green Blue C M Y K H S L
Decimal 98 150 128 0.35 0 0.15 0.41 154.62 0.21 0.49
Hex 62 96 80 23 0 F 29 9B 15 31
Octal 142 226 200 43 0 17 51 233 25 61
Binary 1100010 10010110 10000000 100011 0 1111 101001 10011011 10101 110001

Color Harmonies of #629680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629680

Black with #629680

Text Example


Text Example

White with #629680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629680; }

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

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

background-color css

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

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

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

border-color css

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

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

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