#629D7F

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

Shades of Patina #629D7F

Tints of Patina #629D7F

Color information

#629D7F (or 0x629D7F) is unknown color: approx Patina. HEX triplet: 62, 9D and 7F. RGB value is (98,157,127). Sum of RGB (Red+Green+Blue) = 98+157+127=382 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.65% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 157 - color contains mainly: green. Hex color #629D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629D7F is #9D6280. Grayscale: #888888. Windows color (decimal): -10314369 or 8363362. OLE color: 8363362.

HSL color Cylindrical-coordinate representation of color #629D7F: hue angle of 149.49º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #629D7F is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB98157127-
CMYK0.3800.190.38
HSL149.49º23.14%50%-
HSV(B)149.49º37.58%61.57%-
XYZ20.9228.2424.43-
YUV135.94122.95100.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.65%
GREEN value IS 157 (61.72% from 255) = 41.10%
BLUE value IS 127 (50% from 255) = 33.25%
R=25.65%
G=41.10%
B=33.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981571270.3800.190.38149.4923.1450
Hex629D7F2601326951732
Octal14223517746023462252762
Binary11000101001110111111111001100100111001101001010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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