Html Css Color HEX #629B80 Patina

📋 copy color: '#629B80'

red 98 ◦ green 155 ◦ blue 128

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

Shades of Patina #629B80

Tints of Patina #629B80

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.68%

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

R = 25.72%
G = 40.68%
B = 33.6%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#629B80 (or 0x629B80) is known color: Patina. HEX triplet: 62, 9B and 80. RGB value is (98,155,128). Sum of RGB (Red+Green+Blue) = 98+155+128=381 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.72% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 155 - color contains mainly: green. Hex color #629B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629B80 is #9D647F. Grayscale: #868686. Windows color (decimal): -10314880 or 8428386. OLE color: 8428386.

HSL color Cylindrical-coordinate representation of color #629B80: hue angle of 151.58º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #629B80 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 98 155 128 -
CMYK 0.37 0 0.17 0.39
HSL 151.58º 0.23% 0.5% -
HSV(B) 151.58º 0.37% 0.61% -
XYZ 20.65 27.6 24.66 -
YUV 134.88 124.12 101.7 -
System Red Green Blue C M Y K H S L
Decimal 98 155 128 0.37 0 0.17 0.39 151.58 0.23 0.5
Hex 62 9B 80 25 0 11 27 98 17 32
Octal 142 233 200 45 0 21 47 230 27 62
Binary 1100010 10011011 10000000 100101 0 10001 100111 10011000 10111 110010

Color Harmonies of #629B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629B80

Black with #629B80

Text Example


Text Example

White with #629B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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