Html Css Color HEX #628680 Patina

📋 copy color: '#628680'

red 98 ◦ green 134 ◦ blue 128

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

Shades of Patina #628680

Tints of Patina #628680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.22%

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

R = 27.22%
G = 37.22%
B = 35.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#628680 (or 0x628680) is known color: Patina. HEX triplet: 62, 86 and 80. RGB value is (98,134,128). Sum of RGB (Red+Green+Blue) = 98+134+128=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 134 - color contains mainly: green. Hex color #628680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628680 is #9D797F. Grayscale: #7A7A7A. Windows color (decimal): -10320256 or 8423010. OLE color: 8423010.

HSL color Cylindrical-coordinate representation of color #628680: hue angle of 170º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #628680 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 134 128 -
CMYK 0.27 0 0.04 0.47
HSL 170º 0.16% 0.45% -
HSV(B) 170º 0.27% 0.53% -
XYZ 17.46 21.21 23.59 -
YUV 122.55 131.07 110.49 -
System Red Green Blue C M Y K H S L
Decimal 98 134 128 0.27 0 0.04 0.47 170 0.16 0.45
Hex 62 86 80 1B 0 4 2F AA 10 2D
Octal 142 206 200 33 0 4 57 252 20 55
Binary 1100010 10000110 10000000 11011 0 100 101111 10101010 10000 101101

Color Harmonies of #628680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628680

Black with #628680

Text Example


Text Example

White with #628680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628680; }

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

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

background-color css

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

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

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

border-color css

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

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

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