Html Css Color HEX #628982 Patina

📋 copy color: '#628982'

red 98 ◦ green 137 ◦ blue 130

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

Shades of Patina #628982

Tints of Patina #628982

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.53%

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

R = 26.85%
G = 37.53%
B = 35.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#628982 (or 0x628982) is known color: Patina. HEX triplet: 62, 89 and 82. RGB value is (98,137,130). Sum of RGB (Red+Green+Blue) = 98+137+130=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #628982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628982 is #9D767D. Grayscale: #7C7C7C. Windows color (decimal): -10319486 or 8554850. OLE color: 8554850.

HSL color Cylindrical-coordinate representation of color #628982: hue angle of 169.23º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #628982 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 98 137 130 -
CMYK 0.28 0 0.05 0.46
HSL 169.23º 0.17% 0.46% -
HSV(B) 169.23º 0.28% 0.54% -
XYZ 18.01 22.1 24.44 -
YUV 124.54 131.08 109.07 -
System Red Green Blue C M Y K H S L
Decimal 98 137 130 0.28 0 0.05 0.46 169.23 0.17 0.46
Hex 62 89 82 1C 0 5 2E A9 11 2E
Octal 142 211 202 34 0 5 56 251 21 56
Binary 1100010 10001001 10000010 11100 0 101 101110 10101001 10001 101110

Color Harmonies of #628982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628982

Black with #628982

Text Example


Text Example

White with #628982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628982; }

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

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

background-color css

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

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

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

border-color css

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

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

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