#628E7F

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

Shades of Patina #628E7F

Tints of Patina #628E7F

Color information

#628E7F (or 0x628E7F) is unknown color: approx Patina. HEX triplet: 62, 8E and 7F. RGB value is (98,142,127). Sum of RGB (Red+Green+Blue) = 98+142+127=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 142 - color contains mainly: green. Hex color #628E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628E7F is #9D7180. Grayscale: #7F7F7F. Windows color (decimal): -10318209 or 8359522. OLE color: 8359522.

HSL color Cylindrical-coordinate representation of color #628E7F: hue angle of 159.55º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #628E7F is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB98142127-
CMYK0.3100.110.44
HSL159.55º18.33%47.06%-
HSV(B)159.55º30.99%55.69%-
XYZ18.5423.4723.63-
YUV127.13127.92107.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.70%
GREEN value IS 142 (55.86% from 255) = 38.69%
BLUE value IS 127 (50% from 255) = 34.60%
R=26.70%
G=38.69%
B=34.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981421270.3100.110.44159.5518.3347.06
Hex628E7F1F0B2Ca0122f
Octal14221617737013542402257
Binary110001010001110111111111111010111011001010000010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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