#628982

Color #628982 Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #628982

Tints of Patina #628982

Color information

#628982 (or 0x628982) is unknown color: approx 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

RGB98137130-
CMYK0.2800.050.46
HSL169.23º16.6%46.08%-
HSV(B)169.23º28.47%53.73%-
XYZ18.0122.124.44-
YUV124.54131.08109.07-

RGB Variations

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

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 (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal981371300.2800.050.46169.2316.646.08
Hex6289821C052Ea9112e
Octal1422112023405562512156
Binary110001010001001100000101110001011011101010100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>