#628D7F

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

Shades of Patina #628D7F

Tints of Patina #628D7F

Color information

#628D7F (or 0x628D7F) is unknown color: approx Patina. HEX triplet: 62, 8D and 7F. RGB value is (98,141,127). Sum of RGB (Red+Green+Blue) = 98+141+127=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 141 - color contains mainly: green. Hex color #628D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628D7F is #9D7280. Grayscale: #7E7E7E. Windows color (decimal): -10318465 or 8359266. OLE color: 8359266.

HSL color Cylindrical-coordinate representation of color #628D7F: hue angle of 160.47º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #628D7F is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB98141127-
CMYK0.3000.100.45
HSL160.47º17.99%46.86%-
HSV(B)160.47º30.5%55.29%-
XYZ18.3923.1823.58-
YUV126.55128.25107.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.78%
GREEN value IS 141 (55.47% from 255) = 38.52%
BLUE value IS 127 (50% from 255) = 34.70%
R=26.78%
G=38.52%
B=34.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal981411270.3000.100.45160.4717.9946.86
Hex628D7F1E0A2Da0122f
Octal14221517736012552402257
Binary110001010001101111111111110010101011011010000010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628D7F; }

 p { color: rgb(98,141,127); }

 H1.HeaderClassName
 {
   color: #628D7F;
 }
 .AnyTagClassName
 {
   color: #628D7F;
 }
</style>
background-color css

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

 a { background-color: rgb(98,141,127); }

 div.DivClassName
 {
   background-color: #628D7F;
 }
 .BgClassName
 {
   background-color: #628D7F;
 }
</style>
border-color css

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

 span { border-color: rgb(98,141,127); }

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