Html Css Color HEX #628882 Patina

📋 copy color: '#628882'

red 98 ◦ green 136 ◦ blue 130

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

Shades of Patina #628882

Tints of Patina #628882

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.36%

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

R = 26.92%
G = 37.36%
B = 35.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#628882 (or 0x628882) is known color: Patina. HEX triplet: 62, 88 and 82. RGB value is (98,136,130). Sum of RGB (Red+Green+Blue) = 98+136+130=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 136 - color contains mainly: green. Hex color #628882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628882 is #9D777D. Grayscale: #7B7B7B. Windows color (decimal): -10319742 or 8554594. OLE color: 8554594.

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

Color convert

RGB 98 136 130 -
CMYK 0.28 0 0.04 0.47
HSL 170.53º 0.16% 0.46% -
HSV(B) 170.53º 0.28% 0.53% -
XYZ 17.87 21.82 24.39 -
YUV 123.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 98 136 130 0.28 0 0.04 0.47 170.53 0.16 0.46
Hex 62 88 82 1C 0 4 2F AB 10 2E
Octal 142 210 202 34 0 4 57 253 20 56
Binary 1100010 10001000 10000010 11100 0 100 101111 10101011 10000 101110

Color Harmonies of #628882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628882

Black with #628882

Text Example


Text Example

White with #628882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628882; }

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

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

background-color css

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

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

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

border-color css

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

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

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