#629F7F

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

Shades of Patina #629F7F

Tints of Patina #629F7F

Color information

#629F7F (or 0x629F7F) is unknown color: approx Patina. HEX triplet: 62, 9F and 7F. RGB value is (98,159,127). Sum of RGB (Red+Green+Blue) = 98+159+127=384 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.52% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 159 - color contains mainly: green. Hex color #629F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629F7F is #9D6080. Grayscale: #898989. Windows color (decimal): -10313857 or 8363874. OLE color: 8363874.

HSL color Cylindrical-coordinate representation of color #629F7F: hue angle of 148.52º degrees, saturation: 0.24, 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 #629F7F is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB98159127-
CMYK0.3800.200.38
HSL148.52º24.11%50.39%-
HSV(B)148.52º38.36%62.35%-
XYZ21.2728.9324.54-
YUV137.11122.29100.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.52%
GREEN value IS 159 (62.5% from 255) = 41.41%
BLUE value IS 127 (50% from 255) = 33.07%
R=25.52%
G=41.41%
B=33.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981591270.3800.200.38148.5224.1150.39
Hex629F7F2601426951832
Octal14223717746024462253062
Binary11000101001111111111111001100101001001101001010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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